by armedturret
How to store and call specific function instances
|
|
[5 replies] Last: Thanks, that seems to work. (by armedturret)
|
by Question8
user-defined Header files and classes
|
|
[4 replies] Last: @Peter87 Sorry for the late reply, I was busy working on the program w... (by Question8)
|
by BJK
Delete data from txt file
|
|
[1 reply] : You shouldn't name a variable like a keyword (delete). On line 13 you... (by coder777)
|
by masterinex
can non member functions be made virtual in C++ ?
|
|
[3 replies] Last: Which object or objects should control the dispatch? Are you looking... (by mbozzi)
|
by masterinex
can a templated function be made virtual ?
|
|
[2 replies] Last: What's your actual goal? This looks like an XY problem: http://xypro... (by mbozzi)
|
Need help using mutator function to set variables in a dynamically allocated array pointer. |
|
[9 replies] Last: That is unfortunate. If you're going to program, you need to get bette... (by Repeater)
|
class |
|
[1 reply] : make an attempt at the code yourself then ask for help, (by adam2016)
|
by chuvak
Virtual functions: how to call the proper function?
|
|
[2 replies] Last: Always missing something so elementary, thank you. I was under the im... (by chuvak)
|
by Saninani
How to overwriting 2 files in 2 arrays and merge them into one
|
|
[2 replies] Last: I can't sort my array by brimpulsi (pulses) . Here is my code ... (by Saninani)
|
by adam2016
single quotes vs double quotes string
|
|
[2 replies] Last: ah ok,so the string class uses pointers internally to chars to represe... (by adam2016)
|
by adam2016
stuck in infinite loop
|
|
[8 replies] Last: very nice spot Repeater thats exactly the problem =) I was almost pul... (by adam2016)
|
by adam2016
random access ofstream
|
|
[4 replies] Last: hey Enoziat very good point I noticed this too after a while lol,I fo... (by adam2016)
|
by espoice
On private class member variable as pointer to double and its application
|
|
[5 replies] Last: Hi guys! Thanks for the info! I have lot to meditate about now, thanks... (by espoice)
|
by zyro067
Reading a . txt file and storing into Struct
|
|
[1 reply] : First you need to read all the account info into a std::vector. Then y... (by Thomas1965)
|
by SaimKazmi11
Sum of First 10 prime numbers using FOR loop
|
|
[1 reply] : We are not a code writing service. Better go to: https://www.assignme... (by Thomas1965)
|
by ermai
Class member function of same type of the class
|
|
[1 reply] : You did forgot the copy constructor. (by keskiverto)
|
2D arrays and conway's game of life (1,2) |
|
[25 replies] Last: I decided to go with multiple if statements since I couldnt figure out... (by sero the hero)
|
Created Object does not see any of its own member variables. |
|
[6 replies] Last: Thank you, both of you for explaining. (by TheConceptBoy)
|
by cppnewbie13
48:2: error: expected unqualified-id before 'return'.....please help! thank you
|
|
[1 reply] : your return statement is outside the main function. (by Yanson)
|
by looter809
Deleted.
|
|
[1 reply] : MoveCheck moves the player if it is able to be moved. Then you unco... (by cire)
|