by toomanystars
Derived virtual class, returning object
|
|
[2 replies] Last: Thank kbw, works like a charm! (by toomanystars)
|
by JohnDBCT
Error handling when using Boost NonCopyable
|
|
[4 replies] Last: //tell user about error. In this case you are the user (of noncopy... (by closed account 10X9216C)
|
class and variable declaration |
|
[1 reply] : #include<iostream> //#include<conio.h> #include<string> #include <cma... (by JLBorges)
|
by judo11
How to get the sum of rows and columns in 2 dimensional array?
|
|
[6 replies] Last: @judo11 What keskiverto is trying to tell you, is you must reset the... (by whitenite1)
|
by tehgoat
c++ and sqlite
|
|
[1 reply] : Most C code ia valid C++ too, so what's wrong with using C API exposed... (by modoran)
|
Operator>> no match error |
|
[3 replies] Last: cout <<endl<< "Is the account a savings account or a current account?... (by KarnageKnight)
|
by studentrgu94
Counting black pixels in an image ??
|
|
[no replies]
|
by jaystu
Reading file into 2D array
|
|
[1 reply] : As it's set up now, the nested loop is infinite. You should be testin... (by cire)
|
Game Programming Graphics |
|
[2 replies] Last: SDL - https://www.libsdl.org/ SFML - http://sfml-dev.org/ Opengl - htt... (by roger911)
|
by DeathAngle
Impossible to escape?
|
|
[4 replies] Last: MS is aware of the Robin Hood / Friar Tuck problem, so I doubt it. (... (by Duthomhas)
|
by roger911
using a header file across multiple files
|
|
[2 replies] Last: Nevermind... The problem was in the header file... forgot to close the... (by roger911)
|
by iebwen
how to stop strings separating: cin
|
|
[5 replies] Last: getline worked perfectly. Thanks for the help. Really appreciate it si... (by iebwen)
|
by tuckerd93
Draw two overlapping circles in C++
|
|
[no replies]
|
by danicpp
conversion using constructor &&&& cast () operator overloading
|
|
[2 replies] Last: ummm.... and what is C++ cast syntax the one I used is just class::o... (by danicpp)
|
by superfury
Result of !(NOT) on integer value stored in an integer?
|
|
[3 replies] Last: That's right. The ! operator is a logical operator, so its result will... (by Duthomhas)
|
by The Intern
How to read in comma separated table.txt
|
|
[1 reply] : Change that to: string line; while (getline (datafile, l... (by AbstractionAnon)
|
by q139
Fast way to read content
|
|
[8 replies] Last: Thanks alot, maps is very useful, now all lines can be mapped by numbe... (by q139)
|
by ALtherak
Getline as the conditional of a While loop
|
|
[3 replies] Last: Thanks for the help naraku, that is a good solution! (by ALtherak)
|
by Gladius
Help with making a music player.
|
|
[no replies]
|
by jascns1012
ofstream & ifstream
|
|
[4 replies] Last: I hear what you are saying but this is for a school project and this i... (by jascns1012)
|