Unable to convert 'int' to const 'string' |
|
[4 replies] Last: > Just wondering about vectors, they are all one after each other like... (by Duthomhas)
|
by gzero
Run-Time Check Failure
|
|
[8 replies] Last: Well, I went all the way up to 1000000, and I still got the error. (It... (by gzero)
|
by fmtjatt
Homework Help please...
|
|
[5 replies] Last: Yes, it saddens me that teaching system("pause") is so entrenched. For... (by Duthomhas)
|
by jdstufu
runtime error with dynamically allocated memory to hold C++ string
|
|
[1 reply] : The problem is that you are not constructing string objects --only cre... (by Duthomhas)
|
by smart brain
check characters is integer or not
|
|
[1 reply] : http://www.cplusplus.com/reference/clibrary/cctype/ (by Mythicwolf)
|
by tusharmath
Internet thru cpp
|
|
[1 reply] : if ur using windows system("rundll32 url.dll,FileProtocolHandler h... (by Mythicwolf)
|
by jdstufu
how to read jpg or bmp graphics file format in C++?
|
|
[4 replies] Last: Thank you Sir Marmotton :) I will try it :) (by jdstufu)
|
by jdstufu
what is the linux command counter part of system("pause")?
|
|
[7 replies] Last: Thank you guys :) Both of your pause functions work! Thank you o... (by jdstufu)
|
by pacman
where to go from here
|
|
[2 replies] Last: ok i will take a look at it thanks :) (by pacman)
|
I don't know how to pause the screen |
|
[10 replies] Last: The problem is three-fold: 1) As already mentioned, "pause" is a fa... (by Duthomhas)
|
by scope
cin.get();
|
|
[3 replies] Last: When using cin, you type in characters (keys on your keyboard) that ap... (by Ganon11)
|
Creating Multiple Instances of a Variable |
|
[5 replies] Last: I just tried this out, and when I compile, it throws three errors abou... (by GenTiradentes)
|
by naja
help needed with crypto++
|
|
[2 replies] Last: Ok, Wei Dai solved the problem on crypto++ user list. No need to lo... (by naja)
|
by pl848
Urgent Help Needed (C++)
|
|
[4 replies] Last: post the code with the goto statements, its easier to translate code u... (by Mythicwolf)
|
by game2008
Encryption code, what is it like?
|
|
[1 reply] : It really depends on the encryption method. By the way, taking nonsen... (by Ganon11)
|
by hamsterman
mouse position
|
|
[2 replies] Last: The exact term you need to google is "msdn getcursorpos" and click "I'... (by Duthomhas)
|
by amrcn
Operator overloading
|
|
[4 replies] Last: haha, my bad. I don't wanna put the whole code in here though. I don't... (by amrcn)
|
by scottnortman
Private class object initialization
|
|
[no replies]
|
by scope
!(1 && !(0 || 1))Help
|
|
[3 replies] Last: You're exactly correct. (by amrcn)
|
by amrcn
list source code
|
|
[1 reply] : You are talking about the STL std::list template class, right? You ... (by Duthomhas)
|