by Bv202
File i/o (binary) confusion
|
|
[6 replies] Last: Ok, I got it. Thank you very much =) (by Bv202)
|
GUI in C++ |
|
[3 replies] Last: You can try Qt, it comes with a graphical designer so it is easier for... (by Bazzy)
|
by Darinm
error in "The C++ programming language"?
|
|
[3 replies] Last: Of course. I commented that line. I guess I should have left it the wa... (by helios)
|
by Harlequin
dllss....what are they used for ?
|
|
[2 replies] Last: It also allows you to load different versions of code at run-time, lik... (by kbw)
|
by Harlequin
Ascci program...
|
|
[6 replies] Last: thanks... (by Harlequin)
|
by Harlequin
Key Combinations....shft + a.....
|
|
[1 reply] : Look up on the 'net the scan codes for the various special keys like C... (by jsmith)
|
by hex2Text
Charactor saving and deleting
|
|
[1 reply] : I suppose that ' random ' is a character array and not a single charac... (by Bazzy)
|
by Lucien
How to go on?
|
|
[1 reply] : Here are listed some C++ books: http://www.cplusplus.com/forum/general... (by Bazzy)
|
by imusa007
problem in acessing function
|
|
[1 reply] : The random generator is seeded in every iteration of the inner loop, b... (by wmheric)
|
by arash
which compiler works with Kernighan,Ritchie Book ?
|
|
[2 replies] Last: try gcc/mingw with cygwin. Also can you post an example of the code t... (by smilodon)
|
by Shane
I'm new with c++ and want to know what types of programs it can make!:D
|
|
[7 replies] Last: Thanks for all of the information people :D I really appreciate it! ... (by Shane)
|
by brunoxi
Outputting a slash without becoming an escape character...
|
|
[2 replies] Last: Thanks buddy. (by brunoxi)
|
by vince510
invalid conversion from 'int' to main()::letterType'?
|
|
[7 replies] Last: On line 20, before casting to the enum, subtract 'A' from the result o... (by helios)
|
by XxGunMastaxX
Pressing buttons to continue
|
|
[9 replies] Last: Well, how convenient that the very first example I gave in the link is... (by Duthomhas)
|
by Dethman
Using String Variable to Create Class Instances
|
|
[8 replies] Last: I find no reason to name things differently, except as a hint to mysel... (by Duthomhas)
|
Almost Done, but where am i going wrong... |
|
[4 replies] Last: Whoa, I just realized... the brace on line 152... I believe you wan... (by jsmith)
|
by bella09
char returning
|
|
[1 reply] : Your main game loop should probably be in main. After you have execut... (by Return 0)
|
by vince510
Having a problem reading a .txt file
|
|
[4 replies] Last: When reading from a file (or other streams) is often useful breaking a... (by Bazzy)
|
by brunoxi
Text repeat on same line...
|
|
[7 replies] Last: String constructors can be used with the same ease. See line 12. #... (by Duthomhas)
|
by boon
Pointers with Memory Allocation
|
|
[7 replies] Last: Is buffer a single char or an array? (by jpeg)
|