sstream problemThanks a lot Galik.Problem solved!
sstream problem [code]#include <iostream> #include <fstream> #include <sstream> using namespace std; void ...
Link List Searchyou are also using 2 variables which you don't use: [code]int curNode[/code] and [code]int operation...
Link List Searchin the getindex function you are forgeting to return the index variable; Also your program exits af...
C POINTERSi have a question in line 10: [code]pmystruct temp=(pmystruct)malloc(sizeof(pmystruct*)) ;[/code] s...