by Bosnian
A little stock market game
|
|
[no replies]
|
by Walli98
ASCII Data reading Problem
|
|
[1 reply] : http://www.cplusplus.com/reference/string/string/getline/ (by iQChange)
|
by masschamber
Memory Issue in Game
|
|
[no replies]
|
by dualdark
system("pause") in any other OS
|
|
[2 replies] Last: OK, thank you very much :-D Btw, another question, to show 2 decimal... (by dualdark)
|
by Void life
New line character
|
|
[8 replies] Last: Thanks peter. So if i'm understanding right this is what happens when ... (by Void life)
|
by quisite
How to limit certain word in input
|
|
[4 replies] Last: Yes, Code::Blocks (on Windows) comes with MinGW, that has the WinAPI. ... (by TwilightSpectre)
|
by hazzel
how to increase 2d without losing previous data ??
|
|
[1 reply] : Create the new 2D array but hold on to the old 2D array. Then you can ... (by Peter87)
|
by theanswer
Split string
|
|
[2 replies] Last: Thank you. (by theanswer)
|
by gothamsghst
Help with Parsing A File
|
|
[no replies]
|
by ZedjayCoder
Recursive & Iterative Maze solver
|
|
[1 reply] : In the iterative version, you make no effort not to revisit cells you'... (by cire)
|
by briscoeladii
keep getting errors with this program..CONFUSED
|
|
[5 replies] Last: Running it makes it look perfectly fine. As for initializer lists, the... (by TwilightSpectre)
|
help with casting - changing type int to double |
|
[1 reply] : First, please you code tags for your code - look at the format bar whe... (by TwilightSpectre)
|
by dayan1
Rounding Decimals
|
|
[2 replies] Last: I know that ceil and floor are functions for rounding There are othe... (by giblit)
|
by Exculibar
initializing the dynamic array of pointer (in a for loop statement)
|
|
[7 replies] Last: No matching function for call to 'Course::Course()' [quote=i]Your Co... (by nvrmnd)
|
by RadWayne
Freeing Dynamic Memory
|
|
[6 replies] Last: I saw an example in a book about syntax from an earlier form that it w... (by RadWayne)
|
by briscoeladii
identifier " " is undefined
|
|
[3 replies] Last: The changes work fine for a standard compiler: http://ideone.com/L5y8f... (by kevinkjt2000)
|
I can't find the issue |
|
[5 replies] Last: I believe you're feeding us misinformation. Your code does compile.... (by cire)
|
by bozz51
Bool search
|
|
[18 replies] Last: you're welcome! (by closed account 2AoiNwbp)
|
by JBIRD304
Template recursive function
|
|
[9 replies] Last: Never mind got it! Thanks fir the help aabuezo!! (by JBIRD304)
|
by Fedelway
Problems with compiler
|
|
[4 replies] Last: Did you try adding "-std=c++0x" without the double quotes? (by RadWayne)
|