User profile: codewalker

User info
User name:codewalker
Name:Nikhil
Location:Pune, India
Statistical data
Gender:Male
Occupation:Programmer
Skills:C
C++
History
Joined:
Number of posts:163
Latest posts:

Loop through data file and calculate average
Try this [code]while(!inFile.eof()) { inFile >> count; for (int i = 0; i < count; i++) ...

Loop through data file and calculate average
in this loop [code]while(inFile.good()) { count++; //Use for loop once counter ...

File Browse
In OS X the file dialog is handled by NSOpenPanel and NSSavePanel help on using is here http://deve...

pthread_create invalid arguments...
[code]int pthread_create(pthread_t *thread, const pthread_attr_t *attr, vo...

Can't read a binary file.
Not able to run the code as in build errors? Run time errors? Logical errors?