by ToniAz
Swapping pointers or Swapping Addresses?
|
|
[1 reply] : Well, one has 9 lines of code, and yours has 3. Also, this int *pt ... (by hanst99)
|
by jadegnan
while loop repeats 1 more time??
|
|
[5 replies] Last: If you wonder why, the next character getchar eats is a '\n' for the e... (by hanst99)
|
by TpOreilly
Accessor Methods
|
|
[3 replies] Last: [quote=tpOreilly]Well, we have a data type followed by a function??? ... (by guestgulkan)
|
by Brooklyn
Declare a variable
|
|
[4 replies] Last: well i guess so but trying to learn this on my own Don't do that. ... (by hanst99)
|
by rhymejerky
passing in blank ofstream
|
|
[5 replies] Last: It is best to do what ne555 did. It is good to group similar code, ... (by hamsterman)
|
by Zocheyado
Question as to what I need to be learning.
|
|
[9 replies] Last: I see. Well thanks for the clear explanation - beforehand I wasn't eve... (by anonymous23323124)
|
by personak
input from a file
|
|
[2 replies] Last: First glance, problem may be the lack of initialization of your strin... (by hanst99)
|
by subith86
Strange behavior with global variables
|
|
[1 reply] : An implementation detail. Your compiler may have optimized your code t... (by hanst99)
|
by subith86
While passing the array to a function, shouldn't it be the same array which is passed?
|
|
[6 replies] Last: Thanks, I know the basics. I can very well follow OOP concepts and dat... (by subith86)
|
by Danny Toledo
Why does this work?
|
|
[3 replies] Last: Also, as an alternative to putting newline characters at the end of yo... (by packetpirate)
|
by Brooklyn
Integer variable
|
|
[2 replies] Last: Hello i believe the increment is ++ ? :) am i right ? this is pretty ... (by Brooklyn)
|
by bboy212
school help(not homework, just ideas)
|
|
[10 replies] Last: I want to move on to DirectX later anyways so I may as well suck it up... (by bboy212)
|
by itsadamyo
Code will compile, but doesn't work correctly.
|
|
[4 replies] Last: Thanks! Seems like all I needed was a better pair of eyes lol. (by itsadamyo)
|
Printing Binary Tree |
|
[2 replies] Last: *Bows to your greatness* Awesome. Thanks m4ster r0shi. I was doing so... (by thepedestrian)
|
by bukhang
Need help C++
|
|
[4 replies] Last: not really i mean i don't know how write a code formula for monthly p... (by bukhang)
|
by Enuo
SIGSEGV at cin
|
|
[8 replies] Last: fun2code: iceBorad lets me set up a table of arrays. ie. iceBoard boar... (by Enuo)
|
by lenstar
Arrays, pointers and functions question
|
|
[7 replies] Last: The STL classes (like vector, map etc) are very perfomant. Trust me, t... (by hanst99)
|
by ChrisC
Trouble sorting a dynamic array of dynamic arrays
|
|
[1 reply] : Hey Chris, i havent read all your code, but in void AMultiList::in... (by Mathes)
|
by Kelevra
Parabola
|
|
[18 replies] Last: And why should I write still == '1' instead of still == 1 ? The compi... (by hanst99)
|
by theholyfork
Question about return statements
|
|
[18 replies] Last: instead of using std::cout; using std::cin; using std::endl; using s... (by bboy212)
|