by zakelong81
I need help about Prime number
|
|
[8 replies] Last: Thank you so much I love u (by zakelong81)
|
by Radkowboy
Compass project (1,2)
|
|
[24 replies] Last: Thank you everyone for your help. I was able to get the program to ent... (by Radkowboy)
|
by Mehdinaqvi
i need help.
|
|
[6 replies] Last: In order to use strlen() you need to include the <cstring> header Y... (by Chervil)
|
by SCK15
Translator by C++
|
|
[15 replies] Last: cire's current algorithm scores 40/50 I didn't copy the original re... (by cire)
|
by mitchsoje20
header not working pls help
|
|
[9 replies] Last: i have fix it thanks you guyz and also i learned how to use this e... (by mitchsoje20)
|
by mitchsoje20
bank i need a little tweking
|
|
[3 replies] Last: oh i got it thank you pointing me to right way. (by mitchsoje20)
|
by algo89
Problem with comparator function for qsort on struct array
|
|
[6 replies] Last: Well I'm using the book more for the problem solving techniques it off... (by algo89)
|
by Nerodic
how do i add a while loop
|
|
[4 replies] Last: Where? If this is what your asking, you can add it to your code like t... (by closed account jwkNwA7f)
|
by aggsyb
Checking a vector if it "Contains" certain values
|
|
[5 replies] Last: if you don't know how to use other data structures, create a copy of t... (by Gkneeus)
|
by Stremik
Trying to lose at Craps
|
|
[2 replies] Last: I would highly recommend using the new C++11 #include <random> libra... (by closed account 3qX21hU5)
|
by aggsyb
Can you group Booleans?
|
|
[9 replies] Last: edit: I didn't read your second post, just make a function. bool fu... (by Gkneeus)
|
by Locky99
Need Help Starting Coding?
|
|
[4 replies] Last: my first language is C++ and was a little complicated. but I'm happy i... (by Gkneeus)
|
STORING ARRAY NAMES TO QUEUE DATA STRUCTURE |
|
[1 reply] : scanf("\n%s", &item); You don't need & here ?... (by nvrmnd)
|
by mlark7
Program won't execute, and will not write to file (ROT13 Decoder Program)
|
|
[1 reply] : I ran your code, the only problem I had was no output in the decodedMe... (by Yanson)
|
by lilpaul04
Correct?
|
|
[15 replies] Last: Repeat: printf("\n\nYour guess: "); //scanf("%s", guess); // cin>>gue... (by JLBorges)
|
by cbm6611
Need help with my calculator!!
|
|
[no replies]
|
by lurksalot
else without a previous if
|
|
[7 replies] Last: Remember that all else and all else if must following immediately ... (by Daleth)
|
by PeterA
Newbie needs help with pointer , destructor,copy constructor
|
|
[8 replies] Last: you are assigning 0 to the value pointed by value which is wrong sinc... (by nvrmnd)
|
by Nerodic
how do i add a while
|
|
[1 reply] : do { //stuff } while( condition_is_true ); http://www.cplusplus... (by giblit)
|
by Actmad
help for sorting and implementing a cYcle
|
|
[no replies]
|