by cwalker
reading and storing configuration data.
|
|
[3 replies] Last: You can just open a new file and write to it, just make sure you close... (by firedraco)
|
by ironhustla
C++ if problems
|
|
[1 reply] : while(game = 1) should be while(game == 1) ~psault (by psault)
|
by platypus1130
C++ grpahics on a mac PLS
|
|
[7 replies] Last: 2+ for SDL, Use lazyfoo.net for a guide on how to set it up (by Mythios)
|
by Mythios
[SOLVED]Old Conio.h Header
|
|
[6 replies] Last: Ah, Thanks for that helios - I see what you mean. (by Mythios)
|
by VictorH
bitvectors
|
|
[3 replies] Last: You got it. (by seymore15074)
|
by Mythios
[SOLVED]Maximizing A Console Window
|
|
[1 reply] : Fixed: void MaximizeWindow() { CONSOLE_SCREEN_BUFFER_INFO info;... (by Mythios)
|
by DarkenSX
How Do i cast from a char to int?
|
|
[3 replies] Last: Please use proper puncuation. It is very difficult to sort through a ... (by kempofighter)
|
by Mythios
[SOLVED]Taking a letter off the end of a string?
|
|
[7 replies] Last: Making use of the conio.h is my goal. (by Mythios)
|
by jrohde
Variable declarations
|
|
[2 replies] Last: Compiler would likely generate the exact same code. But that would als... (by Zaita)
|
by Jonatello
Array Values
|
|
[2 replies] Last: @Scipio: Wel (notice my spelling mistake too ;)), first of all, there ... (by Zaita)
|
by gundalav
Inner Product Implementation in C++
|
|
[1 reply] : Try: http://www.boost.org/doc/libs/1_35_0/libs/numeric/ublas/doc/index... (by Zaita)
|
by shanshanzg
access to dynamic allocated array
|
|
[5 replies] Last: try these: class confidence { public: confidence(); v... (by ReeV)
|
by euiane09
password: exit after 3 wrong code
|
|
[4 replies] Last: It is pseudo code to give you the idea of the logic behind what you ... (by closed account z05DSL3A)
|
by euiane09
loading effect
|
|
[6 replies] Last: Hah sorry about that - either way hope what I gave you helped. If not ... (by Mythios)
|
by euiane09
password as ********
|
|
[2 replies] Last: oh... thank you! ^-^ (by euiane09)
|
by z00mit
SAFEARRAY to String
|
|
[1 reply] : SAFEARRAY* content ; //... std::string content (temp); //<-- What?... (by helios)
|
by athicks07
Read a file and store strings into arrays?
|
|
[3 replies] Last: I think his question is: How would you go about creating a base and d... (by cwalker)
|
by platypus1130
How to make compiler evaluate a user input expression
|
|
[2 replies] Last: wow thanx so much!!! (by platypus1130)
|
by Mythios
Is this possible without an external library
|
|
[3 replies] Last: On windows you can use. By using a message loop your able to continual... (by Zaita)
|
by gundalav
Skipping lines with specified character
|
|
[2 replies] Last: if ((int)DNA.find(".") > 0) continue; (by Zaita)
|