by NOSgraf
I don't get what is wrong with my program.
|
|
[1 reply] : So the site of our university ,even though the results in my program ... (by cire)
|
by MoreUmph
Help with passing pointers through objects
|
|
[2 replies] Last: Thanks for putting in the time dude, need to learn more about classes ... (by MoreUmph)
|
by MBANS7A1
-nan(ind) error when C++ code put through visual studio 2017 debugger (on Windows 8)
|
|
[4 replies] Last: Hi, The IR_wavel variable is a wavelength floating point value betwe... (by TheIdeasMan)
|
by Wine Wave
Inputting non-int into int variable
|
|
[4 replies] Last: Thanks again. I will try this out. (by Wine Wave)
|
by adam2016
FILE_NAME_INFO was not declared in this scope
|
|
[5 replies] Last: Apparently you might just need to override the macro definition yourse... (by Ganado)
|
by rrowan327
Noob, trying to learn C++
|
|
[3 replies] Last: High complexity as this might result with a lot of errors among the co... (by benhart)
|
by JefersonLead
C programming
|
|
[4 replies] Last: change all the floats to doubles or you will probably have numerical p... (by jonnin)
|
by Handge
Thread 1: EXC_ARITHMETIC (code=EXC_I386_DIV, subcode=0x0)
|
|
[1 reply] : Whoops! Easy fix: change int rnd_num(int min, int max) { int rnd_nu... (by Handge)
|
by stonedviper
what's wrong with my program?
|
|
[7 replies] Last: That was more than I asked...still thank you! (by stonedviper)
|
by Stauricus
help with std::none_of
|
|
[2 replies] Last: thank you, it works :) #include <algorithm> class Foo{ public: ... (by Stauricus)
|
by Handge
No matching constructor for initialization
|
|
[1 reply] : PlayerClass Champion { "Champion", // std::string ... (by JLBorges)
|
by Bopaki
I cannot make out why am I getting this error: undefined reference to DayOfYear::DayOfYear()
|
|
[4 replies] Last: @Bopaki Just a thought to help you out a bit: Do you use an IDE? If ... (by TheIdeasMan)
|
by Handge
Undeclared Identifier
|
|
[2 replies] Last: Line 40: This is the only line that is within scope of the for loop a... (by AbstractionAnon)
|
by tabris17
How to check if an element in a dynamic array of pointers is nullptr
|
|
[no replies]
|
by darje
Linked List ..
|
|
[1 reply] : Lines 7-14, 18-64: You're defining your member functions twice. Dele... (by AbstractionAnon)
|
by MBANS7A1
Difference between exponents for indices in C++
|
|
[3 replies] Last: Thanks you for the help guys. Really helpful (by MBANS7A1)
|
by wsme
Unfamiliar name lookup error
|
|
[7 replies] Last: Oh, nifty indeed. I'll be sure to incorporate std::vector into the pro... (by wsme)
|
by al8888
loop fall through issue
|
|
[1 reply] : why does it fall through the loop You have no loop. Line 24: You h... (by AbstractionAnon)
|
square and triangular numbers problem |
|
[4 replies] Last: Oh, I see, this problem has frustrated me a lot... Thanks a trillion! (by kr36k20050105)
|
by lithony
use a '&' to create a pointer to member
|
|
[4 replies] Last: @Ganado No, there are both. See line 12 and 18. (by coder777)
|