Convert into hexI did this: [code]cout << setw(8) << setfill('0') << hex << i << endl[/code] But I'm still not get...
Convert into hexHello, I want to get content of a file and store it in a string(?), but also convert that string ...
Declare of function default valueah the closest try I had was to put (int x = 3) for both declare and definition. Thanks a lot! :)
Declare of function default valueHello, This is a simple question, however I can't find the answer on the net. I have this code...
IRC userlistHello, I'd like to code a program to just connect to an IRC channel and get the userlist. maybe s...
This user does not accept Private Messages