Click here to Skip to main content
15,898,371 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Unhandled win32 exception? Pin
simoncoul19-Jun-07 9:44
simoncoul19-Jun-07 9:44 
AnswerRe: Unhandled win32 exception? Pin
Stephen Hewitt19-Jun-07 16:42
Stephen Hewitt19-Jun-07 16:42 
QuestionIntervals of three Pin
Programm3r19-Jun-07 6:06
Programm3r19-Jun-07 6:06 
AnswerRe: Intervals of three Pin
David Crow19-Jun-07 6:08
David Crow19-Jun-07 6:08 
GeneralRe: Intervals of three Pin
Programm3r19-Jun-07 6:12
Programm3r19-Jun-07 6:12 
QuestionRe: Intervals of three Pin
Programm3r19-Jun-07 6:28
Programm3r19-Jun-07 6:28 
AnswerRe: Intervals of three Pin
David Crow19-Jun-07 6:38
David Crow19-Jun-07 6:38 
QuestionRe: Intervals of three {MOD} Pin
Programm3r19-Jun-07 7:25
Programm3r19-Jun-07 7:25 
Could you please elaborate ??? Cause I think you don't understand.
After doing this:
strToken = strtok(SemiBuffer, ",");
while (strToken!=NULL)
{
  strcpy(RecordAttributes[x].recordType,strToken);
  strcpy(RecordAttributes[x].fieldName,strToken);
  strcpy(RecordAttributes[x].fieldType,strToken);
  strcpy(RecordAttributes[x].fieldLen,strToken);
  strToken = strtok( NULL, "," );
  x++;
}


But this will overwite every occurance of the next variable in the structure ....


The only programmers that are better than C programmers are those who code in 1's and 0's..... Smile | :)

Smile | :) Programm3r

My Blog: ^_^

AnswerRe: Intervals of three {MOD} Pin
David Crow19-Jun-07 7:48
David Crow19-Jun-07 7:48 
GeneralRe: Intervals of three {MOD} Pin
Programm3r19-Jun-07 7:56
Programm3r19-Jun-07 7:56 
AnswerRe: Intervals of three Pin
Iain Clarke, Warrior Programmer19-Jun-07 6:09
Iain Clarke, Warrior Programmer19-Jun-07 6:09 
QuestionRe: Intervals of three Pin
David Crow19-Jun-07 6:12
David Crow19-Jun-07 6:12 
AnswerRe: Intervals of three Pin
Iain Clarke, Warrior Programmer19-Jun-07 10:58
Iain Clarke, Warrior Programmer19-Jun-07 10:58 
GeneralRe: Intervals of three Pin
Programm3r19-Jun-07 6:13
Programm3r19-Jun-07 6:13 
QuestionMemo datatype gives error in Recordset Pin
shivditya19-Jun-07 5:48
shivditya19-Jun-07 5:48 
AnswerRe: Memo datatype gives error in Recordset Pin
ahmad_ali20-Jun-07 4:35
ahmad_ali20-Jun-07 4:35 
AnswerRe: Memo datatype gives error in Recordset Pin
shivditya20-Jun-07 4:51
shivditya20-Jun-07 4:51 
QuestionC++ Timing, Profiler and timers Pin
wings219-Jun-07 5:45
wings219-Jun-07 5:45 
AnswerRe: C++ Timing, Profiler and timers Pin
softwaremonkey19-Jun-07 6:09
softwaremonkey19-Jun-07 6:09 
QuestionRe: C++ Timing, Profiler and timers Pin
wings220-Jun-07 6:30
wings220-Jun-07 6:30 
AnswerRe: C++ Timing, Profiler and timers Pin
Nemanja Trifunovic19-Jun-07 6:11
Nemanja Trifunovic19-Jun-07 6:11 
AnswerRe: C++ Timing, Profiler and timers Pin
David Crow19-Jun-07 6:11
David Crow19-Jun-07 6:11 
AnswerRe: C++ Timing, Profiler and timers Pin
Iain Clarke, Warrior Programmer19-Jun-07 6:21
Iain Clarke, Warrior Programmer19-Jun-07 6:21 
AnswerRe: C++ Timing, Profiler and timers Pin
Force Code19-Jun-07 9:45
Force Code19-Jun-07 9:45 
GeneralRe: C++ Timing, Profiler and timers Pin
Force Code19-Jun-07 9:53
Force Code19-Jun-07 9:53 

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.