Implementing collision detection correctly |
|
[7 replies] Last: Thanks, I think I finally have an idea of what I'm doing now. (by closed account ECoL3TCk)
|
by prestokeys
Multiclassing
|
|
[4 replies] Last: No, it's not the virtual inheritance that confuses me. It's why you wa... (by LB)
|
by Ispil
The Final SegFault; Hashtable for an Unordered_Set
|
|
[8 replies] Last: Ignore them- they're really me just blabbering nonsense to myself. Any... (by Ispil)
|
by Dkob1
Code Problem
|
|
[3 replies] Last: I got it wrong though. (by Dkob1)
|
by chibulls90
Updating An Array In A Grading Program
|
|
[1 reply] : You could have an integer for each grade. example: int grade10; int ... (by fabtasticwill)
|
by quantic
Need help with Tic Tac Toe game program (specifically the while loop)
|
|
[5 replies] Last: but it shouldn't prevent stuff from showing up on the console window.... (by giblit)
|
by tham2000us
beginner,want this program to call the relevant functions,calculate final price
|
|
[1 reply] : Use code tags http://www.cplusplus.com/articles/jEywvCM9/ #include... (by Bdanielz)
|
by Ispil
Segmentation Fault
|
|
[3 replies] Last: Yes, my silly mistake on 70 and 88. Fixed that up. As for 114, changed... (by Ispil)
|
by csstudent123
Confused about this pointer arithmatic
|
|
[2 replies] Last: thanks so he should use str type int, not string... (by csstudent123)
|
by cppeter
Variable in system()
|
|
[3 replies] Last: It is a namespace where all names from standard library are stored. ht... (by MiiNiPaa)
|
by vxk
Advice Pointers
|
|
[1 reply] : what are the mistakes that people make when using raw pointers. 0) ... (by MiiNiPaa)
|
by Ispil
Forward Declaration Mis-Match
|
|
[3 replies] Last: Nevermind, solved it myself- turns out that you can include one class'... (by Ispil)
|
Where do i start array to vector |
|
[2 replies] Last: > Where do i start array to vector Start here: http://www.mochima.com... (by JLBorges)
|
Using constructors in template class |
|
[2 replies] Last: You have a problem with your includes... DELETE #include "pair.h" ... (by novellof)
|
by Ispil
Undefined Reference, Overloaded Operators, What?
|
|
[5 replies] Last: Thanks! Go figure that it is always something little like that that ke... (by Ispil)
|
matching colors |
|
[2 replies] Last: c++ <iostream> <graph1.h> this is the code so far that I have. I jus... (by greatsoccerman)
|
by Ispil
A Mess of Pointers
|
|
[3 replies] Last: Yes, that is exactly it. And yes, both are stored in a centralized loc... (by Ispil)
|
by Cube777
Do I need to delete threads?
|
|
[7 replies] Last: It is quite straightforward: #include <iostream> #include <thread> #i... (by JLBorges)
|
passing page request via php |
|
[1 reply] : I'm not sure I understand. Why do you want to do this in C++? (by helios)
|
by Winsu
My program crash
|
|
[4 replies] Last: [c ode] "Please use code tags" [/co de] matrix vec(a,vector<int... (by ne555)
|