by haterz
Sample program SFML library
|
|
[3 replies] Last: I side pretty much with Disch. With the caveat that it might be best ... (by andywestken)
|
by nightcougar1
Require the user to enter an integer
|
|
[6 replies] Last: > How do I add a second condition, which prevents them from entering s... (by JLBorges)
|
by jonlande
Compare two strings input by the user.
|
|
[6 replies] Last: I never used or use c-strings though I am a little more than a begin... (by Superdude)
|
by Tystuh
Help with pointing arrays (simple...)
|
|
[5 replies] Last: Int k = day1 is not an int fix: // k= day 1 int k = 1 (by Gkneeus)
|
by cbrandick
Help with manipulating arrays (also reading from file)
|
|
[1 reply] : Why do you need a 2D array? Also, please be more specific about your p... (by Josue Molina)
|
by BC300
Error Message for Variables for Program (1,2)
|
|
[21 replies] Last: and that's why http://www.cplusplus.com/forum/beginner/1988/ (by closed account 28poGNh0)
|
by Codeez
istream / osteam objects
|
|
[2 replies] Last: Thanks for that. I've only used cin for input so I understand now. S... (by Codeez)
|
by Ch1156
Am i better off doing this...
|
|
[1 reply] : I really don't see anything stopping you from doing that function. (by Tertius Kgatla)
|
by amitk3553
use of static in variable and class
|
|
[11 replies] Last: In addition, when static is applied to a variable or function at file... (by andywestken)
|
by sanasuke15
looping
|
|
[8 replies] Last: break wouldn't solve it, if you don't want something to appear multipl... (by manudude03)
|
by R10111001
Rvalues and constructor calls (1,2)
|
|
[20 replies] Last: [quote=andywestken]Constructor called [0, init, -1, mottoA] length #2 ... (by coder777)
|
by rsg
I can't get it to compile (using OpenCV libraries)
|
|
[3 replies] Last: CV_AA is a macro defined in `opercv2/core/core_c.h' To copy you may us... (by ne555)
|
by sanasuke15
counting
|
|
[5 replies] Last: I think @giblit 's code does not work for you ,because you dont have t... (by closed account 28poGNh0)
|
by Noct
Help how do I declare variable correctly?
|
|
[2 replies] Last: Noct, Start here: http://www.cplusplus.com/doc/tutorial/variables/ (by closed account z05DSL3A)
|
by Noct
Do I always need to put "int" when declaring a variable?
|
|
[2 replies] Last: However, there's a very interesting project lying around, which attemp... (by m4ster r0shi)
|
OR operator |
|
[5 replies] Last: Instead of void Main() you hace to write int main() (by vlad from moscow)
|
Please, I need help with the C++ libraries |
|
[5 replies] Last: Changed int main worked after I compiled it a second time. Thanks (by Code Apperentice)
|
by amitk3553
callback
|
|
[3 replies] Last: Customizable behaviour. man atexit: NAME atexit - registe... (by keskiverto)
|
by amitk3553
Event generation and sensitivity
|
|
[6 replies] Last: Unless you are using threads, they do not need to wait for another eve... (by Superdude)
|
by joatmon
C String strncmp difficulty (1,2,3)
|
|
[50 replies] Last: Late reply Disch, part of the point I was making is that since you ... (by Disch)
|