by Abdo2
Ask about error
|
|
[1 reply] : on *nix: dont compile with root or run as root, or if your an unprivle... (by closed account Dy7SLyTq)
|
by bkkinyua
Writing to multiple text files
|
|
[3 replies] Last: Thanks @andywestken, yes, the text files are small, so using an fstrea... (by bkkinyua)
|
by hellcoder
operator overloadings!
|
|
[12 replies] Last: These calls v1(x); v2(y); are calls of the function call operator. Y... (by vlad from moscow)
|
by Precious roy
Pointer problems
|
|
[no replies]
|
an error I don't understand |
|
[11 replies] Last: You're welcome :) (by MikeyBoy)
|
Will it compile? |
|
[8 replies] Last: Thanks guys, specially MikeyBoy. the code was edited the code and a ... (by LaLaLaBaBaBaRaRaRa)
|
by Ardeshir81
class "SomeClass" hasn't been declared , but I included it's header !
|
|
[6 replies] Last: But aren't those "#ifndef"s and "#define"s and "endif"s used top prev... (by coder777)
|
by fluffycrater
Problem trying to install SDL.
|
|
[5 replies] Last: The lazyfoo tutorial worked. Thanks for your help and replies :D! btw,... (by fluffycrater)
|
by Xistenial
OOP Classes And Pointers.
|
|
[17 replies] Last: No, he's not. Insulting people who disagree with him, and even insult... (by ResidentBiscuit)
|
by Gaminic
Floating point imprecisions.
|
|
[2 replies] Last: Hm, good thing I checked then. Thanks for the response! (by Gaminic)
|
by Rakanoth
Still cant understand dynamic memory
|
|
[5 replies] Last: thanx for the explanation Catfish4 you helped me alot! apparently i ... (by Rakanoth)
|
by elohssa
How to inline x64 extern "C" assembly functions.
|
|
[no replies]
|
by Hunkofsteel
Taking a file's content (each character) and putting them into a 2D array.
|
|
[3 replies] Last: That sample I posted works on that input file. for(auto& line: maze) ... (by Cubbi)
|
by Leon Vitanos
We use clog or cout for general information?
|
|
[1 reply] : read this: http://www.cplusplus.com/reference/iostream/clog/ http://s... (by coder777)
|
by masschamber
While loop reads extra line
|
|
[14 replies] Last: also one more question for clarity I had the need to authenticate tha... (by iamk2)
|
by jkevin
Programming practices
|
|
[1 reply] : 1. http://codingmadeeasy.ca/tutorialLayout/cpp 2. http://www.learncpp.... (by The illusionist mirage)
|
left of '.i' must have class/struct/union? |
|
[6 replies] Last: wow thanks stewbond thats neat instantiating your classes like that. i... (by MarketAnarchist)
|
by azad90
do while.. switch case (Taylor Series)
|
|
[4 replies] Last: Thanks for ur help again.. Have u ever tried the change you made?. Wh... (by azad90)
|
by Nubcake95
What does Padding mean?
|
|
[1 reply] : Edit: and padding of output strings (which is prob what you were askin... (by andywestken)
|
by nurrByte
Class constructor question about non-class type requests error
|
|
[4 replies] Last: Thanks, that explained a lot. I should have known that was the copy co... (by nurrByte)
|