Search Results

Showing results 1 to 3 of 3
Search took 0.01 seconds.
Search: Posts Made By: Sky Diploma
Forum: C++ Jul 5th, 2009
Replies: 9
Solved: char help
Views: 289
Posted By Sky Diploma
if(name == 'kevin'){

This is quite wrong,

Firstly Make name into a C-styled array as in char name[30]
Then, you should use double quotes (") and not (').
...
Forum: C++ Apr 29th, 2009
Replies: 13
Views: 478
Posted By Sky Diploma
To read the matrix.

Open the file.

while(!infile.eof())
{
string x;
infile>>x;
dosomethingwith(x);
}
Forum: C++ Apr 10th, 2009
Replies: 12
Views: 869
Posted By Sky Diploma
SOUNDS LIKE MISSION IMPOSSIBLE.

This will self destruct in 5-4-3-2-1 BOOM!!! :)
Showing results 1 to 3 of 3

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC