Click here to Skip to main content
15,900,906 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Read file, write to array, find min and max Pin
dr.eu11-Feb-05 7:08
dr.eu11-Feb-05 7:08 
GeneralRe: Read file, write to array, find min and max Pin
Mattias G11-Feb-05 6:32
Mattias G11-Feb-05 6:32 
GeneralRe: Read file, write to array, find min and max Pin
rocky_pulley11-Feb-05 6:35
rocky_pulley11-Feb-05 6:35 
GeneralRe: Read file, write to array, find min and max Pin
dr.eu11-Feb-05 6:38
dr.eu11-Feb-05 6:38 
GeneralRe: Read file, write to array, find min and max Pin
rocky_pulley11-Feb-05 6:41
rocky_pulley11-Feb-05 6:41 
GeneralRe: Read file, write to array, find min and max Pin
dr.eu11-Feb-05 6:49
dr.eu11-Feb-05 6:49 
GeneralRe: Read file, write to array, find min and max Pin
rocky_pulley11-Feb-05 6:52
rocky_pulley11-Feb-05 6:52 
GeneralRe: Read file, write to array, find min and max Pin
dr.eu11-Feb-05 7:16
dr.eu11-Feb-05 7:16 
I done so:

while (fscanf(in,"%f",&element) != EOF)
{
table[num_elements] = element;
current_number=element;
current_number%100==0;
num_elements++;
}

but steel dont work propertly.
GeneralRe: Read file, write to array, find min and max Pin
David Crow11-Feb-05 8:12
David Crow11-Feb-05 8:12 
GeneralRe: Read file, write to array, find min and max Pin
dr.eu11-Feb-05 9:30
dr.eu11-Feb-05 9:30 
GeneralRe: Read file, write to array, find min and max Pin
rocky_pulley11-Feb-05 9:32
rocky_pulley11-Feb-05 9:32 
GeneralRe: Read file, write to array, find min and max Pin
dr.eu11-Feb-05 9:44
dr.eu11-Feb-05 9:44 
QuestionHow to switch from vertical to gorizontal split windows? Pin
bilas11-Feb-05 5:33
bilas11-Feb-05 5:33 
GeneralDetection of code pages Pin
Mattias G11-Feb-05 5:24
Mattias G11-Feb-05 5:24 
GeneralConnecting database Pin
joy00711-Feb-05 5:01
joy00711-Feb-05 5:01 
GeneralRe: Connecting database Pin
Nemanja Trifunovic11-Feb-05 5:17
Nemanja Trifunovic11-Feb-05 5:17 
Questionhow display full text in a list control Pin
steph00711-Feb-05 4:58
steph00711-Feb-05 4:58 
AnswerRe: how display full text in a list control Pin
rocky_pulley11-Feb-05 7:20
rocky_pulley11-Feb-05 7:20 
AnswerRe: how display full text in a list control Pin
Shog911-Feb-05 13:11
sitebuilderShog911-Feb-05 13:11 
GeneralRe: how display full text in a list control Pin
steph00714-Feb-05 3:16
steph00714-Feb-05 3:16 
QuestionHow to get "private bytes" count pogrammaticaly in C++ Win API? Pin
CherezZaboro11-Feb-05 4:52
CherezZaboro11-Feb-05 4:52 
AnswerRe: How to get "private bytes" count pogrammaticaly in C++ Win API? Pin
jjnet22-Oct-09 23:11
jjnet22-Oct-09 23:11 
Generalerror in xml (code included) Pin
cj_rahul11-Feb-05 3:21
cj_rahul11-Feb-05 3:21 
Generalerror in xml creation (code included) Pin
cj_rahul11-Feb-05 3:20
cj_rahul11-Feb-05 3:20 
GeneralRe: error in xml creation (code included) Pin
ThatsAlok11-Feb-05 18:41
ThatsAlok11-Feb-05 18:41 

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.