by joatmon
Declaring an Array of Strings
|
|
[4 replies] Last: Just wait until you have to find an error because of something like th... (by Ikaron)
|
writing onto a file in c++ |
|
[no replies]
|
by bob123
array of structures
|
|
[2 replies] Last: So, what you want is a better way of doing the following, correct? ... (by shacktar)
|
by Thyde
For loops within for loops, within for loops..
|
|
[8 replies] Last: for(; player.name!="null"&&change!="changed";) {... (by MottMan)
|
by thepower
looking for sources
|
|
[2 replies] Last: I'm running 11.04 but I assume that the layout is roughly similar: /u... (by esotera)
|
by Bezi
Linking to GSL from visual studio
|
|
[5 replies] Last: I don't see anything obviously wrong with the code. I am sure the er... (by helios)
|
by micpayne
Understanding const
|
|
[6 replies] Last: Well when your working with user defined data types const takes on t... (by Mathhead200)
|
While Loop Choice |
|
[7 replies] Last: I'm pretty new myself but this is what I was using... #include <ios... (by deapee)
|
Accessing pointer member of a class with an object |
|
[3 replies] Last: They don't seem backward to me... EDIT: Oh, I see what you meant, but... (by LB)
|
by Luke95
Splitting a deck (1,2)
|
|
[25 replies] Last: Firstly, you never tell it to print anything, so what do you expect it... (by LB)
|
by mekkatorqu
ASCII to character
|
|
[2 replies] Last: ah, lol, thanks :D (by mekkatorqu)
|
by skarakulak
memory use in recursive tree algorithm
|
|
[3 replies] Last: Thanks for the input. You are right, if begin is same with end this wo... (by skarakulak)
|
by prof a7med
i want solve this problems ?? (1,2)
|
|
[33 replies] Last: good_programmer *___ = reinterpret_cast<good_programmer*>(new bad pr... (by Mathhead200)
|
by yost87
Passenger List help
|
|
[2 replies] Last: Please edit your post and put code tags [co de]around your code like... (by LB)
|
by NewBeeBP
Converting Dollars to Coins
|
|
[10 replies] Last: OK I so I received no errors or warnings after I figured out how to in... (by NewBeeBP)
|
by skyline2k7
Adventure game Help!
|
|
[1 reply] : See http://www.cplusplus.com/reference/iostream/fstream/ and http://ww... (by Athar)
|
by TheNoobie
Reading data from a web server
|
|
[5 replies] Last: I already answered your question in the first reply. Using a database ... (by Athar)
|
by siva2304
free() & delete()
|
|
[2 replies] Last: Thank you nice example... (by siva2304)
|
by dhj0001
Loop Problem [Help]
|
|
[5 replies] Last: Because IF the user enter 's' or 'asdasd' then the variable that is a ... (by dhj0001)
|
by felixfowler
outputting constantly in the same place.
|
|
[6 replies] Last: system("pause") is fine for just messing around with code, but there a... (by king214)
|