by jacob4031
hangman game (sloppy code warning im new)
|
|
[4 replies] Last: Which of the blocks of code are you referring to, OP or mine? What ty... (by tipaye)
|
by SCB3
Having trouble with multi dimensional arrays
|
|
[4 replies] Last: yep you were right, I've changed it to an if else loop (by SCB3)
|
by aids8544
Help with search function?
|
|
[2 replies] Last: To add to @Jaybob66. Put all your code between codetags, its under "fo... (by TarikNeaj)
|
console notepad just doing some functions any one better than this ??? |
|
[2 replies] Last: n what about compressed one :D #ifndef ABC_C #define ABC_C #ifndef A... (by Hassan ali khan)
|
by bjgza
Multiple datastreams created at runtime
|
|
[1 reply] : A stream cannot be copied. It makes not much sense to create an item w... (by coder777)
|
by amikecallies
Strings
|
|
[5 replies] Last: @tipaye How did you determine what stringToChar() parameters are? It's... (by Jaybob66)
|
by chenry053
while loop trouble
|
|
[2 replies] Last: you may like to reset gameOver to false before you start again. i wou... (by Jaybob66)
|
by zerocool18
c++ using classes
|
|
[1 reply] : Your MySet should probably have a bit more interface. As to the probl... (by keskiverto)
|
problem socket |
|
[6 replies] Last: @TarikNeaj : I always google.. before posting anything in this website... (by closed account 28poGNh0)
|
by hazelkiss89
Nested for loops
|
|
[6 replies] Last: I GOT IT! ^_^ int main() { int i; for (i = 100; i < 200; i+=5... (by hazelkiss89)
|
by gbEncode
Stuck in a loop
|
|
[9 replies] Last: thank you so much. it worked. @yuzhengtian Thanks everyone (by gbEncode)
|
by jae0014
why is this function going infinite?
|
|
[5 replies] Last: Hey, If you ever need help again and post on this forum, please put yo... (by TarikNeaj)
|
by DragonOsman
Getting Prime Factors of first 1000 numbers (1,2)
|
|
[24 replies] Last: with factors: #include <iostream> #include <cmath> #include <string> ... (by anup30)
|
by sirrunrun
enter array element until pressing enter (1,2)
|
|
[20 replies] Last: gets_s() is optional; a conforming implementation need not have it. ... (by JLBorges)
|
by Konstantin2
static and non-static const int
|
|
[5 replies] Last: It is internal: [quote=Standard] 3.5 . 3 A name having namespace scop... (by MiiNiPaa)
|
Class Functor - Please help! :( |
|
[no replies]
|
by srowe
new C++ Standard question.
|
|
[2 replies] Last: Inline operators/functions need to be defined in the header. (by Peter87)
|
Back to the loops |
|
[6 replies] Last: We all do buddy :) Just keep working hard and you'll get better and be... (by TarikNeaj)
|
by candidate
Upper Tringular Matrix
|
|
[7 replies] Last: Oh, I'm sorry, I didn't know what upper triangular is Besides, memc... (by Gamer2015)
|
by sirrunrun
cstdio to stdio.h
|
|
[14 replies] Last: ok thanks (by sirrunrun)
|