User: Idontownaplanet

  • Public profile

User profile: Idontownaplanet

User info
User name:Idontownaplanet
History
Joined:
Number of posts:18
Latest posts:

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 function
There 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 maps
initialized? like this [code] mymap["ali"] = 23; mymap["ali2"] = 4; [/code] a key called "ali" will ...

This user does not accept Private Messages