College Assignment help!Define an integer variable itotal with a value of 0 [code]int itotal = 0;[/code] Define a real (flo...
Printing name in reverse using pointers.Well it depends by how you look at it. There might be a lot of things wrong, there might be a few. I...
Clear screen functionThere is no standard. For Windows you can use; [code] #include <windows.h> void clear_screen() { ...
best/worst code youve seen?this prime checker function is pretty nice. i found it somewhere then edited it slightly. [code]type...
Initialization of mapsinitialized? like this [code] mymap["ali"] = 23; mymap["ali2"] = 4; [/code] a key called "ali" will ...
This user does not accept Private Messages