Search Results

Showing results 1 to 5 of 5
Search took 0.01 seconds.
Search: Posts Made By: applegrew
Forum: Shell Scripting Jul 17th, 2007
Replies: 1
Views: 2,461
Posted By applegrew
My college has Cyberoam software installed at the server. So, we need to visit its page and login there before we can use the internet. The problem is that we need to keep the page of Cyberoam (into...
Forum: C++ May 23rd, 2007
Replies: 5
Views: 5,443
Posted By applegrew
An update. I tried compiling this using MS VC++ 6.0. It compiled well and also runs perfectly (whereas when compiled in GCC it crashes while running. I tried MinGW and Cygwin build of gcc 3.4). But...
Forum: C++ May 23rd, 2007
Replies: 5
Views: 5,443
Posted By applegrew
Nope. I fact the 1st argument is 'const char *'.

Prototype of classes:-

struct Property{
char name[MAX_NAME_SIZE];
char value[PROP_VAL_SIZE];
bool getValue; //Set this to true if...
Forum: C++ May 22nd, 2007
Replies: 5
Views: 5,443
Posted By applegrew
parse returns pointer to dynamically allocated character array using the 'new' operator. As for lines 24,etc. They have not been deleted because they will be used to print the result (later, when...
Forum: C++ May 22nd, 2007
Replies: 5
Views: 5,443
Posted By applegrew
(I have 2 queries)

I have made a html parser but the memory leaks, as it seems from the message below; is killing me. I am getting this message from gdb debugger (cygwin build).

Heap block at...
Showing results 1 to 5 of 5

 


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

©2003 - 2009 DaniWeb® LLC