by Bluebaron
Loading an array
|
|
[1 reply] : First of all, if you're initializing an empty array, you can just do: ... (by Kevin2341)
|
by Jakee
First Program, Please Review!
|
|
[1 reply] : int _tmain(int argc, _TCHAR* argv ) That is not a signature for C++'... (by keskiverto)
|
signed and unsigned types expression |
|
[1 reply] : Implicit conversions. In your int a {-1}; unsigned int b {1}; auto c ... (by keskiverto)
|
by carlplusplus
Problem with dynamic allocation of a struct.
|
|
[2 replies] Last: Thanks, it works now! :D (by carlplusplus)
|
moving a character around a 'board' on screen |
|
[4 replies] Last: @a k n, thank you for your help, all's working well now! (by jaybirdthomas)
|
by h4ever
how to initiate vector & fill values
|
|
[no replies]
|
by mekki
graphic
|
|
[2 replies] Last: thx a lot, cheers m (by mekki)
|
by Greenthing
Need guidance for C++ and more...
|
|
[3 replies] Last: Thanks a lot for your replies!!! I find "C++ Primer" a very interestin... (by Greenthing)
|
by Lckythr33
Subclassing
|
|
[no replies]
|
by Antone333
2 consoles open with one program
|
|
[1 reply] : RPG.bat start Game.exe start Level_Up.exe and then i sent it to my d... (by Antone333)
|
by Plank23
codes
|
|
[2 replies] Last: Hmm - deleting the question isn't very helpful. How is anyone to tell ... (by Chervil)
|
by liatleder
code works but doesnt perform calculations
|
|
[1 reply] : You forgot to add weeklyFee to the last line. It should be: cout << "... (by Maharaja)
|
Help with login system. |
|
[no replies]
|
by tdk93
Passing comma separated strings to printf. Discards the second argument, why?
|
|
[1 reply] : You are misunderstanding how printf works. You only give it one string... (by TwilightSpectre)
|
by h4ever
How to parse each of the command line parameters?
|
|
[4 replies] Last: I have made it working. Yet I am working on the parsing but I know how... (by h4ever)
|
by h4ever
How to reference the value "pointed to by pointer"?
|
|
[5 replies] Last: Well, great! This helped finally! Thanks for saving me troubles. (by h4ever)
|
by Plank23
class
|
|
[1 reply] : I think it defines a board for a puzzle, what it does as far as I can ... (by Serious Sam)
|
by h4ever
How to convert argument to string?
|
|
[1 reply] : 1) _TCHAR* is at best a C-style string. Casting it to a string will no... (by Zhuge)
|
by Plank23
Coding
|
|
[1 reply] : Orientation() : delRow(0), delCol(0) {} Constructor which takes no ... (by MiiNiPaa)
|
by Peeyush
How to install the latest GCC 4.9 compiler with C++11 support on windows
|
|
[1 reply] : GCC is Linux program. You can download Windows version included in Min... (by MiiNiPaa)
|