Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~24.1K People Reached
Favorite Forums
Favorite Tags

8 Posted Topics

Member Avatar for mohan_198505
Member Avatar for dij_0983
0
514
Member Avatar for harris21

i have a XML file containing data, i want to parse it in c. can you help me out in parsing.

Member Avatar for N1GHTS
0
2K
Member Avatar for harris21
Member Avatar for harris21
Member Avatar for miskeen

yes declare your structure only one time in a file not in all the files where you have declare your classes. that why it is giving compile time error.

Member Avatar for harris21
0
10K
Member Avatar for magician89
Member Avatar for aman rathi
0
164
Member Avatar for mehak gupta

in window, you can use createprocess() to call any application and in linux use system or exec system call to call new application.

Member Avatar for mehak gupta
0
279
Member Avatar for mavs123

hey u should use getch() in ur code, so that it will wait at your command prompt to enter any charcter, then u can see your output.try below code it will show the output [CODE]#include <iostream> #include <conio.h> using namespace std; int main() { cout << "Hello World!" << endl; …

Member Avatar for harris21
0
125

The End.