Code Output Not What I Expected |
|
[2 replies] Last: Instead of using file.write? Edit: I figured it out. Thanks for the h... (by WolfgangBeier)
|
I'm at a loss (input/output) |
|
[9 replies] Last: Well, you could do it like this: #include <iostream> #include <fstr... (by Cheddar99)
|
by Kukamunga
using a recursive function with a linked list
|
|
[2 replies] Last: whoops i totally forgot to include main of course. the program seems t... (by Kukamunga)
|
by vysero
troubleshooting segmentation fault and the ~ in a method decleration
|
|
[4 replies] Last: > (gdb) print m_glTess > $2 = (GLUtesselator *) 0x1 Nobody likes to... (by salem c)
|
by Majeek
std::cin not resetting in loop
|
|
[3 replies] Last: My full code is here (I finished thanks to your code) #include <iost... (by Majeek)
|
by keskiverto
Need help finding a way to add a third function to my program
|
|
[no replies]
|
by RobinTheHoo
Movement for game
|
|
[1 reply] : Maybe wherex() and wherey(). https://www.programmingsimplified.com/c/c... (by dutch)
|
by Majeek
Array And Return Help
|
|
[1 reply] : There's no main() to run your program and variables name such as 'No... (by Enoizat)
|
Program to read input one line at a time. |
|
[10 replies] Last: Note that using dhayden's example you would need to do so in two loca... (by dhayden)
|
by KateRolfe
Using an array to hold characters for a switch Statement
|
|
[8 replies] Last: Regarding lower case letters, this is a good example of where it pays ... (by dhayden)
|
by Bopaki
error: 'root' was not declared in this scope
|
|
[4 replies] Last: The interesting question to ask now is: When do we use the this-> ... (by Bopaki)
|
by calioranged
Scope of Heap Allocated Objects
|
|
[19 replies] Last: Ganado says Yes, but don't do this in modern C++. Just return a... (by calioranged)
|
by Ste
EXIT_FAILURE and EXIT_SUCCESS not declared
|
|
[2 replies] Last: Thank you i’ll Give it a try thanks again (by Ste)
|
by tivrkoker
C++ Classes Inheritance
|
|
[6 replies] Last: "AbstractionAnon" Thank You I'll try this method, but it's not the thi... (by tivrkoker)
|
by Hajo93
Read txt file, and use the information from the text file
|
|
[4 replies] Last: #include<iostream> #include<fstream> #include<string> using namespac... (by salem c)
|
Fractions |
|
[2 replies] Last: There's a brace or two missing, and you also have assignment operators... (by Cheddar99)
|
by Brendon130
C++ class question
|
|
[2 replies] Last: I have to ask: What is the ∧ ? Wiki says "logical and". If so, the... (by keskiverto)
|
by ZestyCthulhu
Infile Multiple Parts on a Line
|
|
[2 replies] Last: I'm blind. Thanks so much! (by ZestyCthulhu)
|
by Marcos8701
OOP help with comparing 2D arrays with a class
|
|
[1 reply] : https://en.cppreference.com/w/cpp/language/operators Scroll down to Re... (by salem c)
|
by rozick1
client defined enums
|
|
[1 reply] : it depends :) now, if you had some magic class called "properties" a... (by jonnin)
|