almost the equal objectsthank
almost the equal objectsI need make the vector from the objects type [code]class My_class { int x; void fn_x(int...
What numeral system use I?atoi()
What numeral system use I?This is perhaps very funny question. I write with text editor the integers in file: [quote]1189 9...
pass an argument to nested function[code]void func_3() { cout << x; }; void func_2() { func_3(); }; void func_1() { func_2(...
This user does not accept Private Messages