by SweatyJuice
Snake Game apples
|
|
[4 replies] Last: Its not finished but I can't figure out how to spawn the apples proper... (by SweatyJuice)
|
by nikki1337
Will the logger cause a leak memory?
|
|
[2 replies] Last: Essentially I am asking if the function goes to the logger exception,... (by cire)
|
by Wasim232
Can someone solve this
|
|
[2 replies] Last: Wasim232, First I will point out that this a c++ forum, it may be har... (by Handy Andy)
|
What Am I Doing Wrong? |
|
[4 replies] Last: CobaltThunder, unless int hrsWork; int rtPay; int grossIncome; ne... (by Handy Andy)
|
by Gantzias
SFML intersection
|
|
[6 replies] Last: Thanks for the help! (by Gantzias)
|
class structure |
|
[3 replies] Last: thanks for the info! i'l reorganize my hierarchy (by globaltourist)
|
by carlwryker
Is it bad practice to use a class of static members for hiding helper functions?
|
|
[2 replies] Last: Thank you! (by carlwryker)
|
by NikoST
Global Class Object declaration in multi code files project
|
|
[7 replies] Last: Dear all, dearest helios, it took me almost a day to merge all the fil... (by NikoST)
|
by Lajo
Former Kman data base programmer wanting to learn C++
|
|
[5 replies] Last: At the bottom left of that page should be a blue earth icon. Click on ... (by keskiverto)
|
Error in strcmp |
|
[1 reply] : Line 9: char s1,s2; s1 and s2 are just a single character each, ... (by Chervil)
|
by cmisip
How to start and stop threads in a class member ?
|
|
[11 replies] Last: The question with regards to std::ref was answered in this post: http... (by cmisip)
|
by D3strya
Converting pointer to const pointer?
|
|
[5 replies] Last: class Foo { T funbar() const // if you have a const member func... (by keskiverto)
|
by cgm0826
How to implement the diagram
|
|
[3 replies] Last: Forget the private messages. The int a, b, c; may seem compact sty... (by keskiverto)
|
by D3strya
error: cannot initialize a variable of type 'Object *' with an rvalue of type 'const Object *'
|
|
[12 replies] Last: Actually this Object const const Object is the same thing just dif... (by coder777)
|
by leoleoleo
Including classes in headers
|
|
[16 replies] Last: Ok. Problem solved. So for some reason, like you said jlb, eventhough ... (by leoleoleo)
|
by cgm0826
Help creating function
|
|
[2 replies] Last: Thanks. Now to double a dynamic array is my next step. (by cgm0826)
|
by BMW330i
Variable declarations in classes
|
|
[8 replies] Last: Thank You Peter87 and Egyptiancoder! (by BMW330i)
|
Help with combat system loop |
|
[16 replies] Last: Thank you again for the help! :) :) :) Now to rewrite the program usi... (by nixadD)
|
by WhatIf
vector empty() segmentation fault
|
|
[5 replies] Last: > MyList. it contains a vector ... whatever. > I tried to wrap return... (by ne555)
|