by pogrady
Initializer lists
|
|
[4 replies] Last: > I could do this: Yes. That would be option_one. > I don't think i... (by JLBorges)
|
unable to start program |
|
[7 replies] Last: Main needs to be defined like int main() { } you may need to inc... (by Jackal16)
|
by BandK
Array...Question...
|
|
[1 reply] : Use indexes. For example X = "It is an example"; (by vlad from moscow)
|
by robkavanagh
Code::Blocks and Allegro
|
|
[no replies]
|
by Jackal16
C Pointers
|
|
[7 replies] Last: Thanks works correctly now! (by Jackal16)
|
by cire
Feedback: Simple game engine beginnings
|
|
[2 replies] Last: Thanks. The definition of a "game engine" seems to be rather nebulous... (by cire)
|
by lmd141
Program stops unexpectedly
|
|
[2 replies] Last: I should point out the problem seems to be with n_atoms. If I remove ... (by cire)
|
calculating with 2Darrays |
|
[no replies]
|
by BandK
Question please! txt file
|
|
[no replies]
|
by shafh
Modifying from array to vector
|
|
[5 replies] Last: no problem, and i didnt help at all but no problem haha. If you ever n... (by gsizzle10)
|
Write to text file - wrong character encoding? |
|
[3 replies] Last: You win, Peter. I've been changing my code so much for the last 8 hour... (by closed account DEUX92yv)
|
by ITzzIKEI
1D array to 2D array conversion.
|
|
[1 reply] : I think he meant to change declaration char row1 = { '-','-','-', ... (by vlad from moscow)
|
by aditi88
delete operator unable to free data
|
|
[7 replies] Last: why not use a static char array buffer to avoid new/free frequently? ... (by kbw)
|
std::bad_alloc |
|
[8 replies] Last: Much better now. Thanks for your help. (by closed account DEUX92yv)
|
by abu
How to check if memory is alocated to a pointer?
|
|
[5 replies] Last: Try to use a debugger. For Linux - is valgrind, for windows - deleake... (by Banananas)
|
by shafh
vector push_back
|
|
[2 replies] Last: Hey cire. Argh you right. Why do i want node to be pointe. I don't. Bu... (by shafh)
|
How to convert 1 to 01? |
|
[6 replies] Last: Never mind , it happens sometimes :) And since you are newbie let me t... (by Maggi Iggam)
|
by Jimmy Rose
Understanding Iterator Question
|
|
[4 replies] Last: Thank you very much I believe I understand it. So [f1:e1) means: f1... (by Jimmy Rose)
|
by iamtobey
reading text file to a class type variable
|
|
[2 replies] Last: okay, i will reviewmy code again/ thank you (by iamtobey)
|
by sabi20
How to do ignore case on a strings
|
|
[no replies]
|