by Erland
Knight's Tour Backtrack
|
|
[no replies]
|
QT creator: write to text file without overwriting what is currently inside |
|
[2 replies] Last: Thank you so much!!! I got it working by adding QFile::Append afte... (by liquifiednate)
|
by DreamTime
Initialize Variable in Header File
|
|
[2 replies] Last: I'm a bit unclear what you asking, but... If a header file is include... (by andywestken)
|
by Whitehead
finding an average of an array
|
|
[7 replies] Last: I didn't know that the compiler truncates the numbers, everything is w... (by Whitehead)
|
by bostock11
Help with a project
|
|
[1 reply] : I know this isnt what you asked... Just how I would do it. To get resu... (by SamuelAdams)
|
by tonester
C++ Multiple Inheritance
|
|
[1 reply] : Careful with your use of terminology -- you are not using multiple inh... (by andywestken)
|
by dummy1001
,
|
|
[1 reply] : Formatting your code will make it more readable. How to use code tags... (by SamuelAdams)
|
by phztfte1
Error Using FLTK and C++
|
|
[5 replies] Last: I feel like kicking myself ... Don't! As you say, you're only huma... (by andywestken)
|
by azns123
Problem with Do Loop
|
|
[2 replies] Last: Thank you so much, the program checks properly now. (by azns123)
|
by tonester
C++ Derived Classes
|
|
[2 replies] Last: Thank you! (by tonester)
|
by koko82
Class instantiation, which is the best way and why?
|
|
[9 replies] Last: Thanks all for your help much appreciated. I will start to use the new... (by koko82)
|
by nathanc23
Writing to an array using cin
|
|
[3 replies] Last: grrrr thank you! Stupid mistake! (by nathanc23)
|
by overlord49
ASCII to regular value
|
|
[2 replies] Last: Use ajh32's code to get the number from the string. You can't do the ... (by dhayden)
|
2D arrays |
|
[2 replies] Last: Try this... #include <iostream> using namespace std; int main() {... (by PSYCHAMERON)
|
by programmer0
typedef array
|
|
[2 replies] Last: Note that array typedefs are seen to be a bad idea (at least a bit evi... (by andywestken)
|
by Justas Sam
Can Someone look at my code? 2048 game.
|
|
[1 reply] : at least ask a question, what do you want to know? oO So far I can onl... (by Gamer2015)
|
by MrAnts
Understanding of String.at() - '0';
|
|
[5 replies] Last: OMG thank you so much now I understand why we need to - '0' because 'z... (by MrAnts)
|
by oresund
Tips/Improvement: File Parsing Program
|
|
[5 replies] Last: I don't know the MusicBee playlist file format (have you seen a spec f... (by andywestken)
|
by kirubhakaran
How to call C# dll Methods and events inside C++/CLI
|
|
[no replies]
|
by Nikkolodeon
Need help with output. Beginner at programming.
|
|
[2 replies] Last: for (int exam=0 ; exam<=3 ; exam++) { // Insert code to ... (by closed account 48T7M4Gy)
|