by jgg2002
Reason as to why code is malfunctioning? (Dynamic Programming)
|
|
[2 replies] Last: How didn't I see that before o.O? I should've noticed the operator.. a... (by jgg2002)
|
by Viiarge
Classes Inheritance (School assignment / Don't spoil)
|
|
[15 replies] Last: Oh god, IT IS working ! Thanks a bunch peter ! I guess I was just tire... (by Viiarge)
|
by stmaki16
Double arrays with magic square
|
|
[4 replies] Last: @stmaki16 Interesting how to set it in a loop. Can i ask why you app... (by whitenite1)
|
Getting these errors when making |
|
[3 replies] Last: Now that you've commented out line 4, test_default_1 is clearly a memb... (by AbstractionAnon)
|
Help with "this->" |
|
[2 replies] Last: That's probably closer to what I mean, yes, but in my actual program, ... (by itsbenbroughton)
|
Need some help with public functions/class for a "gradebook" |
|
[6 replies] Last: I'm not going to do your assignment for you. A few additional comme... (by AbstractionAnon)
|
by umairrahim
Doubling the Dynamic Array using pointers
|
|
[6 replies] Last: sorry I didn't get to say Thank You ... it helped @WakeofMisery ... ... (by umairrahim)
|
by Vidus
help for a oop newb please
|
|
[3 replies] Last: Not really. When you do not use pointers, you "slice" the sphere objec... (by Zhuge)
|
by shyam1086
how to call a function with arguments as structures
|
|
[1 reply] : Could a minimal example that demonstrates the issue, along with the er... (by Zhuge)
|
by m0bb1n
reading from file not working-hangman game
|
|
[3 replies] Last: Here is a minimal example that works for me. See if this works for yo... (by mgoetschius)
|
by JLop0820
Menu driven program/file entry
|
|
[2 replies] Last: Oh wow. Thanks, I went over and over it yet I overlooked that every si... (by JLop0820)
|
by K094972B
input file
|
|
[2 replies] Last: This looks like a good start; however, you need to save the user's ans... (by koothkeeper)
|
by Harutyun
Where to go after learning C++ this much.
|
|
[1 reply] : Why don't you continue with C++ Win32 on the site you mentioned ? ht... (by Thomas1965)
|
by Arquon
How to create a 2D array inside a function and how to pass it ?
|
|
[11 replies] Last: Thank you very much, everything is working now ! I love you :3 (by Arquon)
|
by futanari2
find does not seem to work properly with "</table>"
|
|
[3 replies] Last: @jlb I know the difference, I just made a mistake copy pasting, sorry!... (by futanari2)
|
by ajessie
Last part of code, can't seem to get conversions correct
|
|
[1 reply] : 9/5 , in C++, is 1. An int divided by an int returns an int. A doubl... (by Moschops)
|
Reading data from a file into a 2d array |
|
[7 replies] Last: If you have a fixed number of lines you can define your arrays like th... (by Thomas1965)
|
by rantiv
help?
|
|
[3 replies] Last: the coordinates of array problem (by closed account 167fizwU)
|
by shweta123
Reading data from text file
|
|
[1 reply] : #include <iostream> #include <fstream> #include <cctype> int main() ... (by JLBorges)
|
by Bopaki
Overloading operator= in a class
|
|
[3 replies] Last: I eventually managed to write the test program to overload the operato... (by Bopaki)
|