by Outlaw782
Checkers game review
|
|
[2 replies] Last: I like it, I'll implement that. Thanks! (by Outlaw782)
|
by djohnson994
Please review my code before I submit
|
|
[5 replies] Last: Hey, everyone. Thanks so much for your help. @rabster, I've always r... (by djohnson994)
|
by Lepie13
Decrypting a secret message
|
|
[1 reply] : if (toDec.at(0) == cipherV.at(0)) when is this true? (by jonnin)
|
by ronnin
Finding Errors in Program Code
|
|
[3 replies] Last: Yes, this is what coder777 was referring to. Dangling pointers a... (by AbstractionAnon)
|
by SoCalAsian
Statistics Program
|
|
[3 replies] Last: Hello SoCalAsia, After my post I looked up and noticed the header fil... (by Handy Andy)
|
by benni11833
Help with my guessing programm
|
|
[3 replies] Last: I find this works... int guess(int& var1, int& var2) { float result... (by Manga)
|
by cristian c
Numeric promotions - where/what exactly is the C++ theory?
|
|
[9 replies] Last: OK, then it's all clear. Thank you everybody for your replies ! (by cristian c)
|
by coder 203
bool operator<(parameter1, parameter2)
|
|
[2 replies] Last: That makes sense. Thank you for the response! (by coder 203)
|
by koupepi
i
|
|
[1 reply] : Please note that this is not a homework site. We won't do your homewor... (by keskiverto)
|
by cash
Menu Program with functions
|
|
[1 reply] : Sounds like a good idea. Your if statements will be much more readable... (by Thomas1965)
|
by eddiekem
function
|
|
[3 replies] Last: 2. Write a function that calculates and returns the level of alcohol... (by Enoizat)
|
OOP: How to add a method to an existing object? |
|
[9 replies] Last: Herb Sutter wrote about the interface of a class: http://www.gotw.ca... (by keskiverto)
|
by l2223
using a dynamic array instead of a static array.
|
|
[1 reply] : What about asking your question here? http://www.chegg.com/homework-he... (by Enoizat)
|
by kopev
best way to store linked data
|
|
[1 reply] : what the best way in c/c++ ?? I think i will go with struct in C yes ... (by Enoizat)
|
by adam2016
binary tree questiom
|
|
[2 replies] Last: his tree is made of nodes which contain ints. So it does hold values.... (by jonnin)
|
by june89
program that compares linear and binary searches
|
|
[2 replies] Last: Please use code tags when posting code. See http://www.cplusplus.com/a... (by keskiverto)
|
by aanttilaa
problems with "else"
|
|
[5 replies] Last: remove your while and it will work fine. (by vincentthorpe)
|
[Error] ld returned 1 exit status |
|
[2 replies] Last: I've just figured it out. The app was running so I oppened my "gerenci... (by marcioprogramming)
|
by Chaost
Initialization of elements in dynamic array
|
|
[2 replies] Last: These are all possible: char* symbLi = new char { '?', '!', '(', ')... (by JLBorges)
|
by Limitless98
I need help with checking my code
|
|
[1 reply] : You need to increment i. Also no need for the 2nd forward declare (voi... (by elohssa)
|