by Xendraw
for loop problem
|
|
[2 replies] Last: of course!!!! i am kicking myself, thank you (by Xendraw)
|
by pilotnate
printing the first n prime numbers (user input)
|
|
[1 reply] : Instead of looping n times you can loop as long as primeCount is less ... (by Peter87)
|
by coder777
SOCI, ODBC, CMake and windows 7
|
|
[2 replies] Last: Yes, you're right, but I'm using the cmake-gui where you do this with ... (by coder777)
|
by thomas chin
multiple definition of ..
|
|
[10 replies] Last: Hi, I am not sure why my build becomes successful in netbeans now. may... (by thomas chin)
|
by jetkeynature
Autostart FAIL
|
|
[3 replies] Last: THX coder777, i got it. (by jetkeynature)
|
Homework help? :-) |
|
[8 replies] Last: Yes. (by LB)
|
Learning more C++ |
|
[7 replies] Last: @L B Yeah, so I would like to see it changed! Is there a way that we ... (by BruceJohnJennerLawso)
|
by mhk313
making the current calender
|
|
[2 replies] Last: Some additional links to help with the tricky parts. http://www.cplusp... (by Duthomhas)
|
by Rahmat
how to bubble sort ??
|
|
[5 replies] Last: The "w", "a", etc is for the C file I/O functions ( fopen() , to be ex... (by Duthomhas)
|
by tacitus
Not sure what went wrong.
|
|
[2 replies] Last: ne555, Thank you so much for the solution. I thought that was the prob... (by tacitus)
|
Arrays are actually created with a size indication? |
|
[1 reply] : yes, allocating extra data in the beginning is a very common approach ... (by Cubbi)
|
by glennpl
infinite loop for pointer variable in link list
|
|
[1 reply] : Your addNode function has an infinite loop: while(current) { ... (by abhishekm71)
|
The "using namespace std;" and "std::" |
|
[6 replies] Last: It depends on what you mean by 'after int main()'. The following is fi... (by LB)
|
by almostcash
std::map
|
|
[3 replies] Last: That's okay Script Coder, yours is in C++03 :D ... (by S G H)
|
by legend11
HELP!!...i need an option to display all the items i have entered in alphabetic order .
|
|
[1 reply] : Add a case 4 that does what your current case 3 would do and implement... (by closed account j3Rz8vqX)
|
by liquidfuzz
Seed unique random numbers
|
|
[4 replies] Last: #include <random> #include <algorithm> #include <vector> #include <se... (by JLBorges)
|
by Galaxy7games
No one offered a solution
|
|
[6 replies] Last: Creating more than one thread for the same question is a bad way of do... (by MikeyBoy)
|
by hilft
binary search
|
|
[2 replies] Last: Yes, you cannot perform a binary search on unsorted sequence, that's f... (by Yueeng)
|
by jesusislord
Else....
|
|
[10 replies] Last: There is so much wrong with your program, that I seriously suggest you... (by TheIdeasMan)
|
by tacitus
vector or map names: Can this be a varbiable?
|
|
[7 replies] Last: Solved. I had a neverending while loop lines 18 - 19 which was mention... (by tacitus)
|