by Anmol444
Rand problem
|
|
[1 reply] : nvm I fixed it. (by Anmol444)
|
by monkeybutt
Binary AND
|
|
[5 replies] Last: What I was confused on is the const int* I took that to be an intege... (by monkeybutt)
|
by cplusdummy
I need help with this program
|
|
[4 replies] Last: i had to use concatenates, and only use c strings.. thanks guys for al... (by cplusdummy)
|
by atjm88
int or double?
|
|
[2 replies] Last: I not really understand about int, double, word, and long, can u brief... (by atjm88)
|
by johnhoffman
Why is it optimal to use inline functions?
|
|
[3 replies] Last: The meaning is a whole bunch of low-level space-time optimizations. ... (by Duthomhas)
|
by atjm88
Greater and Less Than~
|
|
[7 replies] Last: else if (mark<50) there is no another possibillity for 'mark' So you... (by ne555)
|
by Catfish
Little things
|
|
[5 replies] Last: > 1) int i=5; or int i(5);? I have no strong preference about this, a... (by JLBorges)
|
by EvanHad
Trouble creating conditional
|
|
[1 reply] : if (y == "Betty" || "Sue" || "Jeff" || "Abby") needs to be instead: ... (by Texan40)
|
Dynamical Char Arrays |
|
[4 replies] Last: Thanks Disch, that worked great. (by thephysicsguru)
|
by savan12986
double multiplication error
|
|
[2 replies] Last: that fixed it thank you so much I was going mad (by savan12986)
|
by JCharles
How to compile and execute with Visual Studio C++ 2010 (need detailed steps)
|
|
[3 replies] Last: Thank you very much for your help. Check it out I finally finished it ... (by JCharles)
|
by JCharles
Help please. Using Triple, cmath, logical/relational operators, increment/decrement, loops
|
|
[no replies]
|
by istale
Dynamic String Arrays
|
|
[2 replies] Last: I can't believe I didn't realize that . . . I've been messing with thi... (by istale)
|
by Alan Garcia
Trouble executing order correctly
|
|
[2 replies] Last: Thank you, ill add that in and see how it goes. (by Alan Garcia)
|
by cokane
Error: expected initializer before '%' token
|
|
[8 replies] Last: I am taking my C++ class online, I wish the class was in person so I c... (by cokane)
|
by jhorie
function() const {};
|
|
[2 replies] Last: Thank you very much. Now I understand:) (by jhorie)
|
by Isolde
system("pause") in Dev-C++ (1,2)
|
|
[25 replies] Last: Hi, Thanks for that, now I got it^^ (by atjm88)
|
by Grimlocke46
Read Characters in 1 row of a 2D Array
|
|
[no replies]
|
by Duncan
Why do Floats and Doubles seem the same?
|
|
[2 replies] Last: I see, so it's cout's fault after all. Thanks! (by Duncan)
|
by detroit
Confused and lost.....
|
|
[3 replies] Last: Typo at line 6, leave a space between new and TYPE . size = size +... (by Catfish)
|