by column
libiconv-2.dll is missing
|
|
[no replies]
|
by Osor77
Declarations
|
|
[6 replies] Last: thanks for the answers. Yes, it was late at night and the description... (by Osor77)
|
by Gio
Wierd little thing when assigning class values
|
|
[5 replies] Last: Could you post Player.h? (by filipe)
|
by mainframe639
Example of using namespace std error
|
|
[3 replies] Last: #include <iostream> #include <algorithm> #include <cstring> //... (by Galik)
|
by SouShadow
Programming a Point Class
|
|
[1 reply] : I really like the way you have used using to specify only the items yo... (by Galik)
|
by linxdev
call of overloaded ambiguous
|
|
[2 replies] Last: Yes, the first function is not necessary. (by jsmith)
|
by declan
Strange intermittent error
|
|
[4 replies] Last: Got it! First, I had a loop, with double * stats1 = new double ;... (by declan)
|
by Gladdok
2d Cellular Automata Implementation
|
|
[1 reply] : I guess this is solved, I found the problem: bool Cell::getValue(U... (by Gladdok)
|
by lrreiche
Forward Declaring Private Methods
|
|
[3 replies] Last: Thanks for spotting the incorrect qualification; I imagine that when I... (by lrreiche)
|
by arena
Creating an array of pointers
|
|
[5 replies] Last: Right - I guess I need to go read the tutorial. I guess that is why I... (by kempofighter)
|
by kkostas
Save instances of a class in a file?
|
|
[4 replies] Last: Yeah it's possible, it's not how I would do it because you'll end up w... (by Computergeek01)
|
by michy
binary search
|
|
[2 replies] Last: Well if you want to write an algorithm that finds all elements that ma... (by kempofighter)
|
by dalejnr88
Program code problems
|
|
[8 replies] Last: What's the format of your input file? From looking at your Readfile()... (by sammy34)
|
Working with graphics. |
|
[2 replies] Last: First update your dev-c++ to wxDev-C++. After that which tutorial are ... (by Computergeek01)
|
by Kakashi
Array handeling
|
|
[5 replies] Last: Internally, vectors store their objects in arrays. However, they can g... (by filipe)
|
by KOAB79
Syntax problem switching from Delphi to C++
|
|
[1 reply] : An STL map, is a template container that can associate a string "prope... (by moorecm)
|
by GliderKite
Reverse the order of bytes
|
|
[4 replies] Last: Thanks Duoas. Ps: interesting post. (by GliderKite)
|
by Rtop
Up/Downcasting pointer in inheritance
|
|
[5 replies] Last: current = new Philosopher("I think, therefore I am."); This call ... (by Disch)
|
by adikid89
Inheritance issue
|
|
[3 replies] Last: Figured it out... It was just a minor problem actually ... I just forg... (by adikid89)
|
by zyky
Error: pointer of type `void *' used in arithmetic
|
|
[2 replies] Last: Ok, thank you very much Athar. (by zyky)
|