Click here to Skip to main content
15,889,216 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Find '.' character Pin
CPallini9-May-08 0:49
mveCPallini9-May-08 0:49 
AnswerRe: Find '.' character Pin
rajneshmalik9-May-08 0:51
rajneshmalik9-May-08 0:51 
AnswerRe: Find '.' character Pin
toxcct9-May-08 1:09
toxcct9-May-08 1:09 
AnswerRe: Find '.' character Pin
Michael Schubert9-May-08 1:12
Michael Schubert9-May-08 1:12 
GeneralRe: Find '.' character Pin
manju#1239-May-08 1:51
manju#1239-May-08 1:51 
GeneralRe: Find '.' character Pin
Michael Schubert9-May-08 1:56
Michael Schubert9-May-08 1:56 
GeneralRe: Find '.' character Pin
manju#1239-May-08 2:03
manju#1239-May-08 2:03 
AnswerRe: Find '.' character Pin
WindowsPistha9-May-08 3:38
WindowsPistha9-May-08 3:38 
Hello Manju,

I like your approach and your ambition is good.
But you have to work hard to get in to the VC++ field.

Read Some basic books.

1 ) Let us C++ (which will give confident in c++) This is the base for all.
2 ) Visual Programming by yaswant kanetkar(which will give intro about windows programming)
3 ) Windows Programming by charles petzold
4 ) Read some MFC books.

This will help you a lot to get into the VC++ field.
Once i was also like this.Anyway all the best.

Here is the answer For Your question :

Windows API :

To split the file name into components

void _splitpath(
const char *path, // Input file name.
char *drive,
char *dir,
char *fname,
char *ext
);

http://msdn.microsoft.com/en-us/library/e737s6tf(VS.71).aspx

Regards,
WindowsPistha
GeneralRe: Find '.' character Pin
Rajesh R Subramanian9-May-08 1:59
professionalRajesh R Subramanian9-May-08 1:59 
GeneralRe: Find '.' character Pin
manju#1239-May-08 2:01
manju#1239-May-08 2:01 
GeneralRe: Find '.' character Pin
Michael Schubert9-May-08 2:04
Michael Schubert9-May-08 2:04 
GeneralRe: Find '.' character Pin
manju#1239-May-08 2:07
manju#1239-May-08 2:07 
GeneralRe: Find '.' character Pin
Rajesh R Subramanian9-May-08 2:09
professionalRajesh R Subramanian9-May-08 2:09 
GeneralRe: Find '.' character Pin
manju#1239-May-08 2:14
manju#1239-May-08 2:14 
GeneralRe: Find '.' character Pin
Michael Schubert9-May-08 2:23
Michael Schubert9-May-08 2:23 
GeneralRe: Find '.' character Pin
Rajesh R Subramanian9-May-08 4:38
professionalRajesh R Subramanian9-May-08 4:38 
GeneralRe: Find '.' character Pin
manju#1239-May-08 21:15
manju#1239-May-08 21:15 
GeneralRe: Find '.' character Pin
Michael Schubert9-May-08 2:12
Michael Schubert9-May-08 2:12 
JokeRe: Find '.' character Pin
Rajesh R Subramanian9-May-08 2:08
professionalRajesh R Subramanian9-May-08 2:08 
GeneralRe: Find '.' character Pin
Michael Schubert9-May-08 2:13
Michael Schubert9-May-08 2:13 
GeneralRe: Find '.' character Pin
manju#1239-May-08 2:14
manju#1239-May-08 2:14 
GeneralRe: Find '.' character Pin
Rajesh R Subramanian9-May-08 2:18
professionalRajesh R Subramanian9-May-08 2:18 
GeneralRe: Find '.' character Pin
Michael Schubert9-May-08 2:20
Michael Schubert9-May-08 2:20 
GeneralRe: Find '.' character Pin
Cedric Moonen9-May-08 2:24
Cedric Moonen9-May-08 2:24 
GeneralRe: Comparing two different dates Pin
manju#1239-May-08 23:11
manju#1239-May-08 23:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.