by xander333
Writing to a non-.txt file
|
|
[4 replies] Last: Someone tell me take a look at Crypto++ http://en.wikipedia.org/wiki/C... (by sohguanh)
|
istream::read question |
|
[3 replies] Last: ha! i didn't even think of that, i've just come to the habit of doing ... (by closed account 4Gb4jE8b)
|
by Michael369
Having trouble compiling multi source-code programs
|
|
[4 replies] Last: I've read your code pretending myself to be compiler and throw an erro... (by lionishy)
|
by sloper
convert string to char
|
|
[4 replies] Last: well answered computer geek! (by closed account 4Gb4jE8b)
|
by admod
Doubt in the value return by Reference...
|
|
[1 reply] : When you get the reference back and assign it to rStr, you basically m... (by Zhuge)
|
by Achmed
finding a word in a string
|
|
[4 replies] Last: Since this was solved I see no problem in pasting my solution to the t... (by wolfgang)
|
by AceFace
A Bit of "Hand-Holding" With CLASSES
|
|
[8 replies] Last: well, no sense hiding it from me, its good to know its possible. but f... (by AceFace)
|
by rjd82AA
Assistance needed
|
|
[7 replies] Last: using namespace std; after the includes is a useful line to add to ... (by HooklessFastener)
|
by Gene
Keeping a Variable
|
|
[2 replies] Last: Thanks (by Gene)
|
setting a string equal to the data inside a document |
|
[5 replies] Last: std::string aux; 4096 characters is equal to 4 kb of data, which i... (by ne555)
|
Copy from command line automatic |
|
[5 replies] Last: You will have to pipe the results of the ping command either way. It... (by Duthomhas)
|
by muham2k
A program that generate 10 numbers
|
|
[15 replies] Last: [quote=thecodewall]@kyon some compiler or ide you are using for me I u... (by Kyon)
|
by markosxris
debug assertion failed: expression stream!=NULL
|
|
[3 replies] Last: this is all your code? so, dont tell me u didnt put #include <stdio... (by chathura666)
|
by vagelis
cannot convert parameter 1 from 'B *' to 'A *&'
|
|
[7 replies] Last: in this case is the b not a temporary object?? No, b is not tempo... (by Disch)
|
by javadvjj
how get size of this array
|
|
[1 reply] : Count them. I see two. Part of handling arrays is keeping track of ... (by Duthomhas)
|
by rafailos
loop calculation
|
|
[11 replies] Last: yes ne555, thats all what i meant, and also what i say is that you ca... (by chathura666)
|
by acorn
friend function
|
|
[6 replies] Last: yep it does ! thanks a lot man... (by billyb29)
|
by temityao
Hello World.....code interpretation
|
|
[2 replies] Last: @ acorn: Double check his sentence structure, I don't think English is... (by Computergeek01)
|
by temityao
Hello World.....code interpretation
|
|
[1 reply] : // my first program in C++ #include <iostream> using namespace st... (by closed account 4Gb4jE8b)
|
by javadvjj
how display an image in cpp
|
|
[4 replies] Last: don't. It's too much work for too little reward, again it may well not... (by closed account 4Gb4jE8b)
|