by tomsrocketry
21 card trick
|
|
[3 replies] Last: You're probably going to want a different algorithm altogether. Try th... (by jeffbmartinez)
|
by tyky9808
using classes
|
|
[10 replies] Last: Hi jeffbmartinez I know you guys are not getting paid for this. As ... (by tyky9808)
|
by simsim
whey this code is not correct
|
|
[1 reply] : bin holds a char, so '1' won't be 1 but something like 49 (by Bazzy)
|
by cppgans
sizeof a boolean variable ???
|
|
[7 replies] Last: http://www.cplusplus.com/reference/stl/vector/ See the bottom of the ... (by helios)
|
by gulu
how to store a 1 dimensional array in a 2D array?
|
|
[7 replies] Last: If you are translating a 1D array into a 2D array, you only need 1 for... (by seymore15074)
|
by Gibby
Assignment due for Campus
|
|
[12 replies] Last: Here are some comments on what you have so far: 1. I don't see a ne... (by seymore15074)
|
by naab
Pssing arguments in to main.
|
|
[1 reply] : It was explained in this post: http://www.cplusplus.com/forum/beginner... (by Bazzy)
|
by Hellbombil
Loop Problems
|
|
[3 replies] Last: Hm. I guess I misunderstood you when you said [The macro] Needs To B... (by helios)
|
by Vector
C++ Strings
|
|
[7 replies] Last: No, cmath is the C++ header...math.h is the C header...hence once one ... (by firedraco)
|
by cppuser7
Macros with undefined number of parameters
|
|
[2 replies] Last: PERFECT!! Thanks (by cppuser7)
|
by wachtn
Tips and tricks and other WTFs Idk about
|
|
[5 replies] Last: - Use clear names for classes, functions and variables (maybe you'll ... (by firedraco)
|
by wachtn
Random Problem
|
|
[3 replies] Last: Well, srand() is the seed. time(NULL) returns the number of seconds ... (by Scipio)
|
by II15X
Produce a .txt file
|
|
[5 replies] Last: It's always possible to do this from the command line: program >outp... (by helios)
|
by kunigami
Implementing Constructor of Generic Class
|
|
[4 replies] Last: Indeed, I was declaring the class at a header file and trying to imple... (by kunigami)
|
by htetnaing
hh:mm how to divide it and put it into different arrays ??
|
|
[1 reply] : Sounds like a homework assigment, but I'll give one hint: have you not... (by Scipio)
|
by wachtn
switch case vs if statement
|
|
[2 replies] Last: But, keep in mind that if has a nesting limit, after which the compil... (by DarkFire21)
|
by OGNNEC
C++ Visual Studio user defined functions
|
|
[1 reply] : I hope I answer your question correctly. I think you do it the same wa... (by wachtn)
|
by wachtn
Error with class functions
|
|
[2 replies] Last: I would like to go ahead and claim credit for the solution anyway. heh... (by LacViet)
|
by Harlequin
About borland c++..
|
|
[4 replies] Last: Thanks ....I'll follow..... (by Harlequin)
|
by m3lting
Why this code cant work?
|
|
[2 replies] Last: Code without the tags is really ugly. I assume your referring to th... (by Umz)
|