My first assignment with classes(Moschops is awesome) |
|
[19 replies] Last: Java does seem to have much more getter/setter functions, not sure why... (by ResidentBiscuit)
|
by kyr3n
Super nub, needs brainstorm ideas for ?
|
|
[6 replies] Last: THANKS TO ALL WHO RESPONDED! Helped me tons, mathhead200, residentbisc... (by kyr3n)
|
by gavmcg92
Understanding a project description.
|
|
[2 replies] Last: Class BankLL { BankCustomerLL* headByID; //LL ... (by gavmcg92)
|
by hornyapple
simple decryption program
|
|
[1 reply] : I'm not sure what you're doing here. You say you want to add every 3 n... (by ResidentBiscuit)
|
by micpayne
Specific pointers to elements of a data structure
|
|
[17 replies] Last: If you use a #pragma pack(1) it will anlign the struct on a byte bound... (by histrungalot)
|
by pauyon
Variable value assignment
|
|
[1 reply] : There is none. (by hamsterman)
|
by CosminNTG
C++ to asm converter.
|
|
[5 replies] Last: http://forums.codeblocks.org/index.php?topic=13025.0 (by Moschops)
|
by gavmcg92
replacement compare function for numbers
|
|
[3 replies] Last: Thanks guys. @Zhuge Yeah I was going to do that if there was no simpl... (by gavmcg92)
|
by Valz
Is this correct? The code .
|
|
[2 replies] Last: You never defined the function BinToDec(). Forward declaration of this... (by Wisely Done)
|
by moot1
text games(for beginner)
|
|
[10 replies] Last: visit tic-tac-toe source code in ANSI C++ you will find easy to under... (by Sakshi Rajput)
|
by amplechin
Exception Handling - try throw catch method
|
|
[1 reply] : http://cplusplus.com/doc/tutorial/exceptions/ ? (by hamsterman)
|
by Pip3mAn
checking for alpha numeric in user input
|
|
[4 replies] Last: Read the input as a string, validate that the the entire string is a v... (by JLBorges)
|
Assert |
|
[2 replies] Last: u're great, instead of "lnor" there should have been "lnor.len()" - fu... (by shaolinkungfu)
|
by Pip3mAn
Best way to ask the user for time?
|
|
[2 replies] Last: That solved most of my problem i.ll check some things out and reply if... (by Pip3mAn)
|
by Adeel Rekhi
Power Function
|
|
[1 reply] : Which result is it not generating? What does your code not do that you... (by Moschops)
|
by offcutter
What is wrong with this code?
|
|
[6 replies] Last: The for loop is wrong. When you find that i%d==0 you know that the n... (by Peter87)
|
Declaring variables problem |
|
[16 replies] Last: Referring to my previous post... struct character { short level... (by Lynx876)
|
How could i perform sorting in 2d array. |
|
[2 replies] Last: That depends on how you want to sort it. (by Wisely Done)
|
by eric Mills
Optomizing my first simple program
|
|
[7 replies] Last: In this program, he only uses std, so declaring it global would be jus... (by ResidentBiscuit)
|
by Goraan2012
reoutput main
|
|
[15 replies] Last: the variables are local, they don't interfere with one another, but I ... (by Goraan2012)
|