by Tresky
Moving Data Around
|
|
[4 replies] Last: Oh yes!! :D Thank you very much. :) (by Tresky)
|
by gregar0
class inheritance problem
|
|
[14 replies] Last: Are fighter1 and fighter2 really supposed to be two unrelated classes ... (by mmay)
|
by concerro
simulate the goto command in basic
|
|
[4 replies] Last: In this particular case, a "for" loop wouldn't gain you much more than... (by mmay)
|
by rem45acp
Encapsulation: free functions or a class
|
|
[3 replies] Last: I don't see a problem with this setup. I've seen call stacks with a f... (by webJose)
|
by gregar0
assissstance need for referencing
|
|
[2 replies] Last: that work thanl you (by gregar0)
|
by Mats
Most Efficient Brute Force
|
|
[3 replies] Last: The advantage of brute force is that it pretty much always works... ex... (by hanst99)
|
Logger excercise |
|
[6 replies] Last: I can really just use key::x? All the research ive done has said to ge... (by ResidentBiscuit)
|
by LeRoyce
mySQL with C++
|
|
[3 replies] Last: Hehe yeah I was a little harsh. ;) (by Ben Bowen)
|
by bwquestion
copy and tolower
|
|
[12 replies] Last: Ah, I didn't know that... Alas. Direct C-casts are ugly. (by Duthomhas)
|
by maxtouzel
Specify membership of function point when in argument of definition of function?
|
|
[8 replies] Last: Yeah, if static methods are out (because local state has to be accesse... (by mmay)
|
by coley909
Intro c++ Flag controlled loops
|
|
[1 reply] : "done = true;" will mean that "while (! done) {..." will never execute... (by mmay)
|
by incognito
Inheritance problem !
|
|
[9 replies] Last: Why does your polygon class only have "width" and "height"? That doesn... (by hanst99)
|
by Peter Lane
Upcasted Assignment Fails
|
|
[3 replies] Last: This is a geniune design problem for matrix libraries. boost.ublas all... (by Cubbi)
|
by Skript
Structure
|
|
[no replies]
|
by HeXor
clear vector elements
|
|
[6 replies] Last: What you should be doing is getting the result of vector::size() and b... (by moorecm)
|
by lovit
Writing Output Files
|
|
[4 replies] Last: I think it has something to do with the line not moving to the next l... (by Ben Bowen)
|
by favorsight
matrix problem
|
|
[8 replies] Last: @hamsterman Ahhh you are right-Sorry about that! It's been so long s... (by Glen Jenness)
|
by Anton Chuiko
How to enter the number of arrays?
|
|
[no replies]
|
by giannhssdra
recursive inorder bst
|
|
[3 replies] Last: Well, no tricks no secrets just experience (by coder777)
|
by CryptKeeper
type as function argument
|
|
[3 replies] Last: Yes, templates is what I meant! Thanks for the input. Some more googli... (by CryptKeeper)
|