Issues with Using Classes |
|
[1 reply] : You need to brush up on how to write a class. http://www.cplusplus.co... (by CodeWriter)
|
by Kew
random generator food in a simple game
|
|
[3 replies] Last: OKOK, i got it, problem solved :) tq i should write like this els... (by Kew)
|
cin.get() function not preventing command prompt closer |
|
[8 replies] Last: @ Duoas & AbstractionAnon & MiiNiPaa Thank you everybody for your f... (by pdavidmontoya)
|
by Quark
Ambiguity with implicit conversions involving class-type conversions
|
|
[1 reply] : Note that conversion function selection in initialization of function ... (by MiiNiPaa)
|
by Winsu
It doesnt compile
|
|
[14 replies] Last: Tom Knight in http://www.catb.org/esr/jargon/html/koans.html#id3141171... (by keskiverto)
|
by joannaklupa
Windows 10
|
|
[no replies]
|
by MechaNismBD
Infinite Loop </3
|
|
[2 replies] Last: Well, the way you tried finding the biggest, middle and smallest was c... (by sasauke)
|
by KMagic
Identifier not found error although having declared it in the header file
|
|
[2 replies] Last: I am a beginner, so this really helps. Thank you. (by KMagic)
|
by CJM0929
Absolute Value Template - I already tried something but it didn't work.
|
|
[2 replies] Last: Thanks Duoas (by CJM0929)
|
by mavericknick
Using && in a for loop help
|
|
[2 replies] Last: Disch, Thank you very much! Knew it had to be something dumb I was doi... (by mavericknick)
|
by MechaNismBD
Exponent in Formulas?
|
|
[3 replies] Last: Okaaaay. Thanks man :) (by MechaNismBD)
|
Having an issue with static cast |
|
[3 replies] Last: Nevermind I over looked this, I see what I was missing from the provid... (by closed account yR9wb7Xj)
|
by millerizi
Working on rand loop and when I run it results don't match
|
|
[3 replies] Last: DOH, Codex, I think you are right, I use SQL everyday and forgot about... (by millerizi)
|
Dont understand what's happening in the blocks |
|
[5 replies] Last: Thank you guys it make sense now! (by closed account yR9wb7Xj)
|
by helios103
Cannot have cv - qualifier
|
|
[2 replies] Last: Why does this error occur? Because there is no sence to have cv-qua... (by MiiNiPaa)
|
by ZippyEthan
What are constants and enumerations useful for?
|
|
[7 replies] Last: So enumerations and constants are mostly used for classes? A coupl... (by closed account E0p9LyTq)
|
by vjaako
Program to solve a*(1+(b/30))
|
|
[6 replies] Last: "Float" did the trick. Thank you very much all of you! (by vjaako)
|
by Amiplus
Asynchronous timer and loops
|
|
[7 replies] Last: > To which thread "this_thread" is referring to std::this_thread is... (by JLBorges)
|
by ZippyEthan
Any intermediate books?
|
|
[5 replies] Last: stackoverflow has a list of C++ books, beginner, intermediate and adva... (by closed account E0p9LyTq)
|
by bitcode
[Challenge] Container Template Class Improvement
|
|
[3 replies] Last: First of all something I forgot to tell in my previous post: Consider ... (by MiiNiPaa)
|