by Lauke
Other Design Patterns (OOP and non OOP)
|
|
[5 replies] Last: What about multithreading design pattern instead? To be honest i have ... (by Lauke)
|
by rsalzman94
Shapes Menu
|
|
[8 replies] Last: i was actually able to fix it. i just separated each case in {}. it w... (by rsalzman94)
|
by PimpedKoala
String comparison help?
|
|
[3 replies] Last: If s is a std::string , why are you comparing it for equality to th... (by LB)
|
by Narlesm
Simply looking for some tips to help make this program
|
|
[4 replies] Last: please use code tags <> for small program like this, its better to wri... (by anup30)
|
by jared181
Copying a file
|
|
[6 replies] Last: > The thing is that the constructor does not return any value, > so h... (by JLBorges)
|
by nthuth
Best design practice for accessing objects in another class?
|
|
[5 replies] Last: 1. Then the bullet should know who fired it. void Comet::HitBy(Bulle... (by helios)
|
Trouble defining function |
|
[2 replies] Last: int closest(Point& start, vector<Point>& village) { int flag; //unin... (by ne555)
|
by ash3008
if statment error
|
|
[1 reply] : You're sure that everything matches up when you input args? i.e. answ... (by PimpedKoala)
|
by thinker85
Temperature conversion program, need help
|
|
[3 replies] Last: Perhaps I am in the wrong discussion forum? (by thinker85)
|
How to use classes |
|
[7 replies] Last: if (village < village ) flag = i; ¿how do you compare two points?... (by ne555)
|
My Linear-Search isn't working |
|
[4 replies] Last: Have you tried debugging? If you don't have time to learn how to use ... (by LB)
|
Initializing static map of variable type abstract class |
|
[3 replies] Last: [quote=Food 4 Thought]Like I said, the Parent class is abstract and I ... (by LB)
|
Horse Racing Program Help |
|
[4 replies] Last: Problem solved! You are very welcome! Code: #include<iostream> #inclu... (by jasonwynn10)
|
by Akigou
Alphabetical search/strncmp
|
|
[1 reply] : bump please help (by Akigou)
|
by superfury
x86 clock speed importance?
|
|
[no replies]
|
by EnoughAsh2
Custom DLL pathing in Dev c++
|
|
[1 reply] : This is what side-by-side assemblies are for. You need to create and a... (by Duthomhas)
|
by bwilfong3
Newline debugging
|
|
[1 reply] : Still nothing.. I noticed that after "in front of," there appears to b... (by bwilfong3)
|
by bobthejoe22
int- expression missing?
|
|
[no replies]
|
by rsalzman94
Random Cannon Generator
|
|
[1 reply] : check out the reference section of this site or just search rand() ... (by jasonwynn10)
|
by JayJay007
Missing something
|
|
[4 replies] Last: So after removing these lines of code i found that it runs. I guess th... (by JayJay007)
|