User profile: dionisis

User info
User name:dionisis
Name:denis
Location:athens
Bio:student
History
Joined:
Number of posts:37
Latest posts:

sstream problem
Thanks a lot Galik.Problem solved!

sstream problem
[code]#include <iostream> #include <fstream> #include <sstream> using namespace std; void ...

Link List Search
you are also using 2 variables which you don't use: [code]int curNode[/code] and [code]int operation...

Link List Search
in the getindex function you are forgeting to return the index variable; Also your program exits af...

C POINTERS
i have a question in line 10: [code]pmystruct temp=(pmystruct)malloc(sizeof(pmystruct*)) ;[/code] s...