by mihail911
vector trouble
|
|
[8 replies] Last: In your example public: Board() { board = vector<char> (3); }... (by vlad from moscow)
|
by mihail911
regular expressions
|
|
[2 replies] Last: i included hesder<regex> in the header and i got the same errors along... (by mihail911)
|
by skarla
gray hat.
|
|
[13 replies] Last: I am sorry about the above replies. I made the fatal mistake of not s... (by kaseron)
|
by Mario Robles
Array Self Continuing
|
|
[2 replies] Last: thanks Texan40 Never cross my mind... Guess I have to rest a little bi... (by Mario Robles)
|
by tyriuth
Selective coloured text
|
|
[3 replies] Last: I tried Volatile's method, and that works thanks. (by tyriuth)
|
by hitholdir
stuck with file i/o with C
|
|
[6 replies] Last: **** EDIT: Apparently changing 100 in this line of code 100, ... (by hitholdir)
|
by troutguy
Classes as Class attributes
|
|
[7 replies] Last: Thanks for all the insight...i get the pointer issue now...you must ex... (by troutguy)
|
by CeTis
Issue with pointer delete
|
|
[5 replies] Last: So I seem to have somewhat solved this by doing: void CObjectManager... (by CeTis)
|
by Vengadora
reading with cin strings into a char sequence
|
|
[3 replies] Last: Do I see the use of system() in this program??????? How DARE you us... (by kaseron)
|
by Dan Feerst
static variables in classes
|
|
[3 replies] Last: Your understanding of static variables is correct. You need to initia... (by mik2718)
|
by Algren
Need Direct2D Help
|
|
[1 reply] : I would suggest you use Direct3D instead, just limit what you draw to ... (by kaseron)
|
by Blaz Rezar
How to bind key
|
|
[4 replies] Last: Yes it's console application (by Blaz Rezar)
|
by goggerard
Read from cin if there is something within some time, otherwise skip
|
|
[2 replies] Last: +1 Stewbond, I just want to add that SFML has a pretty easy to use cro... (by Computergeek01)
|
by atown282
Object oriented help
|
|
[10 replies] Last: The issue is there is errors because I'm having trouble finishing the ... (by atown282)
|
Writing to a text file |
|
[9 replies] Last: It's not just neater, it's necessary. Imagine the first iteration of ... (by MrHutch)
|
by gelatine
amount of possibilities. dice lots of nesting
|
|
[2 replies] Last: example: if i want to know in how many ways i can throw an 8 in total ... (by gelatine)
|
by unknownguy
Organizing Vector
|
|
[3 replies] Last: You mean that you want guy unsorted and newGuy sorted? Like so: c... (by coder777)
|
by AirCoder
Reading objects till eof
|
|
[2 replies] Last: Dooh! :genius: Thanks and sorry for the ignorance! (by AirCoder)
|
by noobcoder
3 of a kind
|
|
[3 replies] Last: It will be even shorter to write the function the following way bool... (by vlad from moscow)
|
by tone
for loop guard..
|
|
[1 reply] : 1)Let n=10 then first loop will progress to c=9 only but second loop w... (by Akshit)
|