by ephekt
variable char problem in switch loop
|
|
[4 replies] Last: Thank you for you help, I certainly will study this. It uses some thin... (by ephekt)
|
by yhu420
functions and functors
|
|
[3 replies] Last: Thanks, it's working ;) (by yhu420)
|
by Sharan123
dangling-else problem
|
|
[4 replies] Last: a) if ( x < 10 ) { if ( y > 10 ) { cout << "*****" << end... (by vlad from moscow)
|
by Sharan123
account code
|
|
[3 replies] Last: Thanks iHutch that was the exact problem (by Sharan123)
|
by GCODE
Subtracting 1 from an entire array (every unit)
|
|
[1 reply] : 1. You can loop through it and do it manually, or, 2. You can use an S... (by LB)
|
by jeveret2
New to c++ from MATLAB
|
|
[1 reply] : It looks like you had a copy-paste error. Can you edit your post and s... (by LB)
|
by giblit
Is this a good start? (1,2)
|
|
[28 replies] Last: *Back to the topic* I decided that I will just work on finishing the ... (by giblit)
|
by Rekarth
Classes / constructor problem
|
|
[6 replies] Last: @Rekarth As you want that the array defined in your class would hav... (by vlad from moscow)
|
by Zerpent
Tried for hours to make threads work.
|
|
[3 replies] Last: I know that but VS2012 always stops working after about 2 days for som... (by Zerpent)
|
by pronesti
C I/O Question
|
|
[4 replies] Last: Thank you, I just modified it so it doesn't pass in &e and it worked. ... (by pronesti)
|
by sanasuke15
char variables
|
|
[6 replies] Last: > I don't usually bother with islower to check a char if all I'm doing... (by JLBorges)
|
by itrollin98
how to open a program with c++
|
|
[3 replies] Last: system("SlaytheDragon.vbs"); works for me, with a bit of a lag whil... (by andywestken)
|
by Jeckie
Visual Studio 2010 problem
|
|
[1 reply] : Reinstall your Visual Studio or try configure in linker options->"Addi... (by rhobar)
|
by Ladyney
Arrays' simple problem
|
|
[4 replies] Last: oh i see! it seem i have a hard time grasping c++ concept ^_^'' (by Ladyney)
|
by Ladyney
Noobs question
|
|
[10 replies] Last: okay thanks :3 for now on i will try to always use a return statement (by Ladyney)
|
by Zerpent
Which thread library should I use?
|
|
[4 replies] Last: Ok, I will take a look at it :). (by Zerpent)
|
by fluture
Functions problem
|
|
[4 replies] Last: Thanks to you guys i have finished the final version of my program:D ... (by fluture)
|
by metulburr
some c++11 features
|
|
[7 replies] Last: A splendid code! I would now only append two minor changes #include ... (by vlad from moscow)
|
by Zerpent
Which header version for C++?
|
|
[1 reply] : So should I always go for the "c..."-headers? When writing C++ speci... (by andywestken)
|
by dumptyd
problem with loops
|
|
[2 replies] Last: okay i'm an idiot. thanks it worked :P (by dumptyd)
|