by xenovia12
switch statement
|
|
[2 replies] Last: For e.g. int select; printf("1. Register"); printf("2. UnRegister");... (by Himanshu123)
|
by gduong
Headers and source file
|
|
[2 replies] Last: WOW i am so bad. I fixed it and it works. Thank you. (by gduong)
|
by darkn3ss
Getting into sdl
|
|
[4 replies] Last: Well, you don't really need to know much about classes or anything muc... (by TwilightSpectre)
|
by zionet
Help. Counting the fraction more repeats in two vectors
|
|
[1 reply] : hint: std::unordered_map<std::string, int> http://www.cplusplus.com/r... (by Smac89)
|
by Happy Tears
Creating enum and functions
|
|
[1 reply] : Enums is typically a way for giving numbers names (each name in an enu... (by crimsonzero2)
|
HELP :-( |
|
[1 reply] : See if this article helps: http://www.cplusplus.com/articles/iw6AC542/ (by Zhuge)
|
by Revolver
Reading from a file on a specific location
|
|
[2 replies] Last: But of course! How did I manage to forget that! Thank you very much! ... (by Revolver)
|
by NookLines
Classes
|
|
[2 replies] Last: Thank you very much! (by NookLines)
|
by Danilo91
array variable length
|
|
[3 replies] Last: oh you are correct. just use std::vector then (by Little Bobby Tables)
|
by huahuati
Help on file read
|
|
[no replies]
|
by Darklink2000
Seems like I still don't fully understand includes after years sometimes...
|
|
[2 replies] Last: Ahh ok because I remember that I sometimes couldn't use code completi... (by Darklink2000)
|
by ajmalone0
Weird error after program finishes execution
|
|
[2 replies] Last: Thanks! (by ajmalone0)
|
by Ruthgar
Pulling info out of a user input array.
|
|
[5 replies] Last: Still need a little help on this one. (by Ruthgar)
|
ios::binary not working |
|
[3 replies] Last: Well, not all files are ordinary text. For example there are images *.... (by Chervil)
|
by tvanriper
Private Static Variable Initialization (redux)
|
|
[no replies]
|
by nish97
Problem with While Statement
|
|
[1 reply] : Line 9: You want an and condition (&&), not an or condition. If fri... (by AbstractionAnon)
|
by send
Falling grain animation in grain sorter
|
|
[no replies]
|
by nsahawks7
Re-call Variable from "If-Else" Statement
|
|
[12 replies] Last: Sorry for the somewhat late reply, and thanks Dput. All of your code w... (by nsahawks7)
|
by Peds
Logarithmic Size Bins
|
|
[2 replies] Last: Thanks alot!! (by Peds)
|
by CarlEOgden
Files (stucturing my code for optimisation)
|
|
[1 reply] : You have described your program in prodecural terms. And that's fine.... (by kbw)
|