User profile: nutty craze

User info
User name:nutty craze
History
Joined:
Number of posts:25
Latest posts:

Conversion between strings and floats <sstream>
By the way, how do i actually make my code look like a source code, I'm tired of writing illegible c...

Conversion between strings and floats <sstream>
[code][/#include <iostream> #include <fstream> #include <string> #include <sstream> #include <ioman...

Conversion between strings and floats <sstream>
[code] [/cout <<"City Total"<<endl; cout <<"=== ===="<endl; ...

Printing prime numbers
try initialising the array then write: [for(i = 0;i < 1000; i++) { if((number[i]) % 2 =...

simple function for making something in a .txt file ascending order
here is a tentative function: [code]int Lrg_Pos(int st_pos, int l_pos) { int i, n; i = st_pos; ...