by pir4t3x
sorting a 2D-array
|
|
[12 replies] Last: First of all, @pir4t3x, you are still refusing to say precisely what y... (by lastchance)
|
by Dave Man
Need Help with a Table for an investment calculator
|
|
[1 reply] : First, you need to fix the existing calculations. You can delete the ... (by Chervil)
|
by Garribean
Multiply fractions
|
|
[1 reply] : ok so I got that working, by removing temp and adding f1/f2 to the par... (by Garribean)
|
by agill
How to pull data from a function?
|
|
[7 replies] Last: oh, geez, yeah, that's probably it haha thanks again (by agill)
|
by loganc123
Creating a dynamic array
|
|
[5 replies] Last: instead of reading the entire line of courses into record .courseCode... (by Chervil)
|
by eci0x
Latin square
|
|
[1 reply] : Duplicate http://www.cplusplus.com/forum/beginner/225434/ (by Handy Andy)
|
by MegsD
Working with .txt files on C++
|
|
[1 reply] : while (!fin.eof()) { fin >> temp; don't loop on eof, loop on the ... (by ne555)
|
by eddiekem
Pointers
|
|
[3 replies] Last: Hello eddiekem, I would suggest breaking up what is in main into regu... (by Handy Andy)
|
Generating Random Numbers with loop |
|
[2 replies] Last: Ok, this makes sense, the link provides a good explanation. I moved sr... (by closed account NCRLwA7f)
|
Trying to print multiple statuses using classes. |
|
[1 reply] : addIsland() is only ever going to add one island. Line 44: status is... (by AbstractionAnon)
|
by igamekiller
Arrays
|
|
[2 replies] Last: Hello, Assuming that maybe you have read the link provided by Handy A... (by closed account NCRLwA7f)
|
Character arrays compare with functions |
|
[1 reply] : Hello salmanasghar12, When you say "character array" do you mean a C ... (by Handy Andy)
|
by andersonlam
loop exit
|
|
[1 reply] : why are you using a while loop? you could just say getline(cin,str) (by adam2016)
|
by Jonikster
Questions about C++
|
|
[4 replies] Last: I think the de facto cross-platform standard for 3D audio is OpenAL,... (by Ganado)
|
What's wrong with this code? (1,2) |
|
[32 replies] Last: Now, I'm working on the next part of the project, and for some reason,... (by Living4God1991)
|
by Bopaki
Book2.cpp:187: error: expected primary-expression before '{' token
|
|
[3 replies] Last: I think I am using very old compilers. I will google the new ones. T... (by Bopaki)
|
by ETH11674
installing systemc-ams
|
|
[no replies]
|
by Lewis3017
rows and columns 0 and 1 not printing
|
|
[2 replies] Last: whatttttt it must have been the compiler then? okay, I copied the co... (by Lewis3017)
|
by trazafin
Need help with a c++ project
|
|
[5 replies] Last: average_abs I haven’t tested your code, but it seems your functio... (by Enoizat)
|
by daimkhalid07
how to get input from user without pressing enter.
|
|
[8 replies] Last: @Andy No problem, I didn't want it to seem like I was nitpicking or de... (by Chervil)
|