Click here to Skip to main content
15,921,660 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: using Dyanamic Array Pin
Smith#8-Aug-05 3:00
Smith#8-Aug-05 3:00 
GeneralRe: using Dyanamic Array Pin
sunit58-Aug-05 3:10
sunit58-Aug-05 3:10 
GeneralRe: using Dyanamic Array Pin
David Crow8-Aug-05 6:38
David Crow8-Aug-05 6:38 
GeneralMODBUS TCP Protocol Pin
Member 21610047-Aug-05 23:14
Member 21610047-Aug-05 23:14 
Generalnamespace in a com atl project in VC6 Pin
MihaiChioariu7-Aug-05 22:45
MihaiChioariu7-Aug-05 22:45 
GeneralFile handling..... Pin
Raza56807-Aug-05 22:39
Raza56807-Aug-05 22:39 
GeneralRe: File handling..... Pin
Nishad S7-Aug-05 22:55
Nishad S7-Aug-05 22:55 
GeneralRe: File handling..... Pin
Raza56808-Aug-05 0:32
Raza56808-Aug-05 0:32 
code is somewhat like this
FILE *fp;
/*fp is used to create a text file for read/write...
then data (two integers) is written into file */
fprintf(fp,"%d %d /n",int1,int2);

//then user can press a button to plot last 300 entries...
//to read the file fseek() is used to locate the row to begin from
fseek(fp,row,0);
//then fscanf() is used to read the values in to two variables which
fscanf(fp,"%d %d /n",var1, var2)
//should plot the data ....but data is not being read from the file


GeneralRe: File handling..... Pin
David Crow8-Aug-05 8:10
David Crow8-Aug-05 8:10 
GeneralRe: File handling..... Pin
Marc Soleda8-Aug-05 1:02
Marc Soleda8-Aug-05 1:02 
Generalautomating office Pin
Anonymous7-Aug-05 22:18
Anonymous7-Aug-05 22:18 
Generalinline functions link error. Pin
Member 34198917-Aug-05 21:42
Member 34198917-Aug-05 21:42 
GeneralRe: inline functions link error. Pin
ThatsAlok7-Aug-05 21:56
ThatsAlok7-Aug-05 21:56 
GeneralRe: inline functions link error. Pin
khan++7-Aug-05 21:57
khan++7-Aug-05 21:57 
GeneralRe: inline functions link error. Pin
sunit58-Aug-05 1:37
sunit58-Aug-05 1:37 
GeneralRe: inline functions link error. Pin
Member 34198918-Aug-05 1:40
Member 34198918-Aug-05 1:40 
GeneralRe: inline functions link error. Pin
sunit58-Aug-05 1:57
sunit58-Aug-05 1:57 
GeneralRe: inline functions link error. Pin
sunit58-Aug-05 2:05
sunit58-Aug-05 2:05 
GeneralRe: inline functions link error. Pin
ThatsAlok8-Aug-05 2:26
ThatsAlok8-Aug-05 2:26 
GeneralRe: inline functions link error. Pin
HumanOsc8-Aug-05 2:35
HumanOsc8-Aug-05 2:35 
GeneralRe: inline functions link error. Pin
Member 34198918-Aug-05 2:37
Member 34198918-Aug-05 2:37 
GeneralRe: inline functions link error. Pin
sunit58-Aug-05 3:20
sunit58-Aug-05 3:20 
GeneralHelp in Multithreaded Socket programming Pin
javaClaude7-Aug-05 21:17
javaClaude7-Aug-05 21:17 
GeneralClipping child windows Pin
Jesper Knudsen7-Aug-05 21:11
Jesper Knudsen7-Aug-05 21:11 
GeneralRe: Clipping child windows Pin
John R. Shaw8-Aug-05 20:30
John R. Shaw8-Aug-05 20:30 

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.