by Ch1156
Array in class
|
|
[4 replies] Last: Hi there, The example Mr. Moschops gave uses dynamic memory: http://c... (by closed account o3hC5Di1)
|
Please help me check what's wrong |
|
[3 replies] Last: Thank you for all your input. I've solved the problem (by michael370662)
|
by scu1casper
2 issues I cannot figure out
|
|
[11 replies] Last: I am so glad I could help! :) Don't forget to mark the thread as "solv... (by closed account j2NvC542)
|
by newbie17
inheritance
|
|
[9 replies] Last: Try VC++ (by Akshit)
|
by beakie
"infinite" amount of params like printf... how to?
|
|
[2 replies] Last: In C++11 you can use variadic templates. The advantages with this appr... (by Peter87)
|
by beakie
How to call another constructor?
|
|
[2 replies] Last: In C++11 you can do it like this Txt::Txt(int i) : Txt("") {} ... (by Peter87)
|
by aarrowh
Proper commands for making games
|
|
[4 replies] Last: cin and cout is great because they are standard and works on every C++... (by Peter87)
|
by ToniAz
Default Parmeters for Function/Struct in C
|
|
[1 reply] : you can't have default parameters for classes or structs. You can prov... (by coder777)
|
by beakie
ASIN / NAN
|
|
[3 replies] Last: See here: http://www.cplusplus.com/reference/clibrary/cmath/asin/ (by guestgulkan)
|
by prgmerLA
Nested Lists: how to add an item to a list of Lists
|
|
[1 reply] : list<item> listEntry // in the "for" loop is local variable and just m... (by Benjay)
|
by i2Fluffy
Class problem
|
|
[3 replies] Last: Thank you Moschops, declaring the namespace fixed most of the problems... (by i2Fluffy)
|
by mgbuhj
can't open output file!
|
|
[4 replies] Last: What do/did u want line 61 to do ? Did u try ne555's suggestions ? (by soranz)
|
I am having issues with my C++ coding . Any Advice? |
|
[1 reply] : Hi ! Please use code tags to format ur code I'm having trouble unders... (by soranz)
|
by mgbuhj
extracting data from a file to do calculations
|
|
[3 replies] Last: Your if statement is still messed up. 75) Still has an extraneous br... (by AbstractionAnon)
|
by MatthewRock
Creating an array of pointers.
|
|
[3 replies] Last: Thank you all for your help. I guess I will give vector a try. :) (by MatthewRock)
|
by rozick1
application doesn't run outside of IDE
|
|
[3 replies] Last: Code::Blocks doesn't close your program at the end and waits for you t... (by MatthewRock)
|
by Kurospidey
Pointer to a function used in arithmetic
|
|
[3 replies] Last: That is one thing I forget about, so I just always do int main(int ar... (by BHX)
|
by beakie
Returning classes from operator+ ... error
|
|
[1 reply] : If you need a destructor, a copy constructor or an assignment operator... (by ne555)
|
by tillo25
Zombie game script failing
|
|
[2 replies] Last: thanks, and i will try to (by tillo25)
|
Copy constructor |
|
[2 replies] Last: Thank you a lot! (by gethelpcpp123)
|