by jmyrrie
returning structs
|
|
[6 replies] Last: Where List ::nodePtr is the return type that specifies that we will b... (by firedraco)
|
by Ceset
class
|
|
[9 replies] Last: lots of thanks. i feel like a beer wont be illegal for me anymore:D (by Ceset)
|
by Superdude
getline with fstream crashing program
|
|
[4 replies] Last: I fixed it. The problem was that the string was not getting turned int... (by Superdude)
|
by nutty craze
Equations and Intersections
|
|
[2 replies] Last: Lol... Lmao... Thanks (by nutty craze)
|
by popojoe
New student in C++ with Linux/Windows question (1,2)
|
|
[26 replies] Last: Thanks for a more helpful explanation of the behavior, I tend to try a... (by awsdert)
|
bool goOn=true question |
|
[2 replies] Last: Thanks - that did the trick. I actually copied it from another piece o... (by kboyfouroneone)
|
by H1tchh1ker
Complex Sort Algorithm
|
|
[4 replies] Last: HI!! I have to do a implementation of an algorithm for my thesis but i... (by pome90)
|
by ksaketh2
Doubt on the copy constructor
|
|
[4 replies] Last: Oh...! It was very simple then. I have understood it now. Thank you... (by ksaketh2)
|
by ccman32
Calculating vertical position of scroll bar for a list box
|
|
[15 replies] Last: @Lumpkin It won't get higher than max. 1000 items but i made it max. 1... (by ccman32)
|
by theranga
Why is type_info noncopyable?
|
|
[3 replies] Last: #include <typeinfo> #include <typeindex> #include <cassert> #include ... (by JLBorges)
|
by tendoeschate
function problem
|
|
[4 replies] Last: just guessing: und might be the size of the stack after an element h... (by theranga)
|
define long variable and XOR |
|
[6 replies] Last: this problem solved ....than you but I want to divided my XOR ansewr ... (by electronicart)
|
by geeloso
Physical sort vs logical ordering!
|
|
[7 replies] Last: > I prefer designing my own codes and algorithms, even if more cumbers... (by JLBorges)
|
by rmxhaha
Better way to do this ?
|
|
[12 replies] Last: I've tried that before but It produce error Like c:\program files\c... (by rmxhaha)
|
Canadian Computing Competition Problem |
|
[9 replies] Last: The one I wrote is in python. Script Coder wrote sort of an outline of... (by Smac89)
|
by Shedman
Ranged for loop problem
|
|
[1 reply] : That's because i in that code does not assume the index across it's ra... (by htirwin)
|
by aitezaz
Assigning an address to an object pointer
|
|
[3 replies] Last: There is a large difference between 'array of pointers', 'pointer to a... (by LB)
|
by Script Coder
largest rectangle
|
|
[8 replies] Last: True, thanks for all the help, I think I have a clear direction in whi... (by Script Coder)
|
by ashutosh1992
Problem in writing binary data on txt file
|
|
[2 replies] Last: Thanks for your reply ....its done !! Thank you !! (by ashutosh1992)
|
by activecat
Do C++ source files have file extension of "*.cc.t" and "*.h.t" ?
|
|
[3 replies] Last: If I had to guess, I'd say t = template It looks like some preprocess... (by andywestken)
|