by tharindu11
if statement error
|
|
[1 reply] : Line 9 must be: if(a % 2 == 0) and main() must return an integer: in... (by condor)
|
by Austin J
Doing something weird with projectile motion calculator?
|
|
[1 reply] : I assume your angle is in standard position (no rotation is pointing d... (by Zhuge)
|
C++ |
|
[5 replies] Last: It's inside of your loop anything inside the loop will loop each time.... (by giblit)
|
by SUPPO USN
Reading file, then writing to it if duplicate not found
|
|
[9 replies] Last: Thanks all! your changes made it work. clearing the error state was t... (by SUPPO USN)
|
Bubble Sort - Put in Descending Order |
|
[1 reply] : Example #include <iostream> #include <string> #include <algorithm> #i... (by Yanson)
|
int function not returning a value. |
|
[2 replies] Last: Oh my. Lol. Thanks. Didn't notice that! Something about looking at cod... (by Notamongsheep)
|
by tomplusplus
is C a OOP language?
|
|
[6 replies] Last: @Canis lupus You are right - my bad :+D. The reference to C++ in the... (by TheIdeasMan)
|
by norp laslo
std::for_each <algorithm> and <list>
|
|
[2 replies] Last: I tried for_each on list alone and it worked, sorry. The other code I... (by norp laslo)
|
by jared11
Language Linkage
|
|
[11 replies] Last: Your printf from the first post was a good example. Perhaps http://en... (by Cubbi)
|
by Karthy
Need help with minimax algorithm
|
|
[no replies]
|
by northfly
declare and storage allocate?
|
|
[9 replies] Last: @rich1 You've got that the wrong way around. You don't want to put t... (by MikeyBoy)
|
by northfly
name scope across files? extern, const etc.
|
|
[3 replies] Last: Thanks, Disch! I changed the program to this, and it solved all my pro... (by northfly)
|
by Mark Iennaco
Algorithmic Initializer List?
|
|
[1 reply] : > Is there some way to generate an initializer list algoritmically? N... (by JLBorges)
|
by sakonpure6
Is this true
|
|
[1 reply] : It depends on the operator. Most operators have a preset number of ope... (by LB)
|
by gopal2773
Expression Builder in c++
|
|
[1 reply] : what have you got so far? (by mutexe)
|
by PacR
Convert int to const char * ( for a file name )
|
|
[15 replies] Last: Just found out how to deal with this problem, so proud of myself now :... (by PacR)
|
by cmong
Simple Calculator - printing the result
|
|
[4 replies] Last: thank you guys! didn't expect help so quickly! ajh32: although your co... (by cmong)
|
by chicchay1
while and if , else combination
|
|
[17 replies] Last: 1) Please use code tags when posting code, to make it readable: http... (by MikeyBoy)
|
Bisection Method |
|
[no replies]
|
by daillem
ARRAY PROBLEMS (1,2)
|
|
[24 replies] Last: Please use code tags when posting http://www.cplusplus.com/articles/z1... (by Yanson)
|