Since 5/7/2012 9:56:54 AM, george972 has written 4 articles and participated in 4 conversations. george972 signature: george972
george972's articles:
Items(4) /1
Has Han from China died?235 (6/19/2009 8:41:35 PM) comp.lang.c Does anyone know? I haven't seen any posts by him for some months now and I remember reading that he was very sick. ... george
input and output questions about file #24045 (5/25/2009 4:56:50 PM) comp.lang.c hi #include #include #include using namespace std; int main() { fstream file("a.txt",fstream::in|fstream::out|fstream::app); string s1,s2; if(!file) cerr>s2; cout<<"s2="<<s2<<endl;//s2 is empty fil... george972
destroy primitive/object types but memory is not freed1016 (5/24/2009 8:43:43 PM) comp.lang.c Hello, This is a simple question for you all, I guess . int main(){ double *g= new double; *g = 9; delete g; cout<< sizeof(g)<<" "<<sizeof(double)<<" "<<sizeof(*g)<<" "<<*g<<" "<<endl; *g = 111; cout<< sizeof... george972
(slightly OT) info needed424 (12/22/2008 6:45:06 PM) comp.lang.c hi, we (4) will be in london on the 28th at 23:35 arrival at london stansted airport, our destination is an hotel in 10 Norfolk Place, Bayswater, London, W2. i think that the best way to arrive there will be t... george972
george972's replies:
Items(3) /1
C language #11830 (12/26/2008 6:39:53 PM) comp.lang.c Hi I am new to programming and have no experience so can you please recommend a good book for beginners. Thanks IKC_1994 ... ikcchowdhury(1)
destroy primitive/object types but memory is not freed1016 (5/24/2009 8:43:43 PM) comp.lang.c Hello, This is a simple question for you all, I guess . int main(){ double *g= new double; *g = 9; delete g; cout<< sizeof(g)<<" "<<sizeof(double)<<" "<<sizeof(*g)<<" "<<*g<<" "<<endl; *g = 111; cout<< sizeof... george972(8)
input and output questions about file #24045 (5/25/2009 4:56:50 PM) comp.lang.c hi #include #include #include using namespace std; int main() { fstream file("a.txt",fstream::in|fstream::out|fstream::app); string s1,s2; if(!file) cerr>s2; cout<<"s2="<<s2<<endl;//s2 is empty fil... george972(8)