by kr95
Help!
|
|
[3 replies] Last: Okay I see two more errors, first of all you are trying to use pow on ... (by rabster)
|
by Takeru
Need help correcting CODE
|
|
[1 reply] : well, d was never declared. Cout needs to be cout, lowercase c. (by Hedgehog Ninja)
|
How to print from an input file after being sorted |
|
[3 replies] Last: My code sorts it in ascending order, so how would I change the functio... (by Hedgehog Ninja)
|
by Todai
(Windows - Concurrency) Debug error
|
|
[no replies]
|
by alastor50
Problems with 2D vectors C++
|
|
[no replies]
|
by TheDevilsDen
Coding for program below
|
|
[1 reply] : This site is not a homework service. If you have code with a specific ... (by Zhuge)
|
by Lichi
Variable existence checking before preprocess?
|
|
[2 replies] Last: Is not my real code. I didn't see the "->", i changed it to "." but th... (by Lichi)
|
vector iteration |
|
[6 replies] Last: > i have other functions and codes to use this way. And how can i go ... (by JLBorges)
|
by btoohey4
C++ Undefined Symbols for Architecture
|
|
[16 replies] Last: No problem. (by Chervil)
|
by Namabiiru
Problem with my coding?
|
|
[2 replies] Last: = is assignment. == is comparison. So if (i = 6) should be if (... (by dhayden)
|
by Rajkumar MCA
Operator Overloading Problem
|
|
[1 reply] : That's a little weird because it's defining the operators inside the c... (by dhayden)
|
by Rajkumar MCA
Thread Concept
|
|
[1 reply] : It's a way to run more than one function at the same time. Depending o... (by Moschops)
|
by edna
Vectors/Parity
|
|
[1 reply] : Go through the vector. At each element, if the digits are of the same ... (by Moschops)
|
by btoohey4
Use of Undeclared Identifiers
|
|
[2 replies] Last: Hi, You're code here, is wrong (though, you're on the right track): ... (by Little Captain)
|
by Ghostman513
unknown error
|
|
[3 replies] Last: Hi, The very first item when I Googled "DevC++ compiler options" : ... (by TheIdeasMan)
|
by leolure
Why the program can not read the file?
|
|
[1 reply] : You should probably close the ofstream() before you try to open the if... (by jlb)
|
by awesomesause
c++ using string in an if statement
|
|
[2 replies] Last: Well that is was easy thank you so much! (by awesomesause)
|
by JUAN DENT
Iterating over a parameter pack??
|
|
[4 replies] Last: #include <iostream> template <typename... T_values> struct Thing { ... (by prestokeys)
|
by the m
Not declared in scope
|
|
[no replies]
|
by bluemoon3701
Need help with the void Dequeue function (last function)
|
|
[no replies]
|