by Carlye22
HiLo Game glitches?
|
|
[1 reply] : Hi there, I think you have a curly brace too much: [code firstline=3... (by closed account o3hC5Di1)
|
Code run on Dev C++ but error in CodeBlock |
|
[4 replies] Last: ooh , and cstdlib doesn't work (by reddevil cplus2)
|
by garybone
Problems in Jack n Poy Game
|
|
[6 replies] Last: How can i also invalid the letters or any other keys in the keyboard ... (by MiiNiPaa)
|
C++ problem stopping cout function |
|
[1 reply] : First please always use code tags: http://www.cplusplus.com/articles... (by TheIdeasMan)
|
by jheard901
A Tricky Recursive Situation in Binary Trees
|
|
[1 reply] : I just figured this out after brainstorming a little bit more. So I si... (by jheard901)
|
by wolfv
compiler error: 'array1' is not a type
|
|
[3 replies] Last: Thanks jlb and ats15. Now I see the light. This is what I was trying... (by wolfv)
|
by mikey108
help with error checking
|
|
[1 reply] : It would be nice if you post any error messages. Use cin>>x; without... (by ats15)
|
by bits12345
how do i stop rand to stop making duplicates
|
|
[9 replies] Last: Its an stl container kind of similar to an array. http://www.cplusplus... (by giblit)
|
Debug Assertion Failed! |
|
[11 replies] Last: Hmmm....So originally I thought I could just go through all my stateme... (by programmingnub)
|
by aggsyb
Using std::set to find duplicate values
|
|
[3 replies] Last: I managed to get it working by writing the following code, #include ... (by aggsyb)
|
Loop problem |
|
[4 replies] Last: because you didn't perform any operation to make the condition on your... (by nvrmnd)
|
by Cuser13
Problem with rock paper scissors game
|
|
[2 replies] Last: I take it that the password is somehow a requirement of the assignment... (by CplusplusAcolyte)
|
by iamtheodork
Use of References
|
|
[1 reply] : #include <iostream> using namespace std; void f(int a, int &b, int ... (by closed account Dy7SLyTq)
|
by haitian1804
assignment help
|
|
[1 reply] : what do you have so far? (by closed account Dy7SLyTq)
|
by Wharrap
Pyramid
|
|
[3 replies] Last: you don't put return. (by Hedgehog Ninja)
|
by c0dev0id
Errors
|
|
[5 replies] Last: Never Mind I got it on my own thank you :) (by c0dev0id)
|
Parsing/Validation help |
|
[8 replies] Last: @Everyone - thanks for all of your help. I ended up rewritting my code... (by programmingnub)
|
by compscimajor
finding the maximum value?
|
|
[4 replies] Last: Eyenrique-MacBook-Pro:Help Eyenrique$ ./Highest Enter a value for ... (by eyenrique)
|
by Carlye22
Random number generator help
|
|
[3 replies] Last: You can always use a specifically designed function to aid with random... (by CplusplusAcolyte)
|
by doctab18
Replacement Strings
|
|
[16 replies] Last: UNO students. Pfft (by BOBHADABABYITSAB0Y)
|