User profile: lightlord

User info
User name:lightlord
Location:USA
Statistical data
Gender:Male
Occupation:Student
Skills:C++
Assembly
History
Joined:
Number of posts:10
Latest posts:

[urgent] Filling a table (multidimensional array) with spiral datas..
as kbw said, you need to run it by hand, get the values(rows,columns) that change as you fill the sp...

[c++] can someone double check me
yep, your code is all right, but you just missed to declare 'text' and 'k', that's why, when the cop...

How can i write data in to file nicely???
implement the fuction in the student class, after/before dpl(), then: in the [code] void smenu()...

How can i write data in to file nicely???
and to display from the file: test them all and let me know if they work. [code] void dpl() ...

How can i write data in to file nicely???
if you want to add one at a time to the file, without over-writing previous data: [code] void...