by hhhr
matrix
|
|
[4 replies] Last: did this work for you? because it always returns true (by hhhr)
|
by murryrandall
whats illegal
|
|
[4 replies] Last: if(illegal==bad) result = twoyearchildscode; else result= not... (by anup30)
|
by davez
Expand array
|
|
[3 replies] Last: int *pt = new int ; // ... delete pt; int *pt = new int ; //actual... (by anup30)
|
by davez
editing elements of 2d array
|
|
[11 replies] Last: im already able to do those exercises (by davez)
|
by wolfv
compile error: invalid conversion from 'Row<3>* const*' to 'RowBase* const*' [-fpermissive]
|
|
[12 replies] Last: That was it! Thank you so much for your help MiiniPaa. This works: #... (by wolfv)
|
by turtlesavage
Help with SDL sprite animation using SDL_Event
|
|
[5 replies] Last: Don't call the cGameLoop destructor explicitly. It will be called auto... (by Peter87)
|
What is the difference between enum and enum class? |
|
[3 replies] Last: Because it is strongly typed. Even though it has an internal type, rem... (by TwilightSpectre)
|
by bryan177mcsc
changing private reference through external function?
|
|
[3 replies] Last: Thanks guys, I realize this question has answers much simpler than I a... (by bryan177mcsc)
|
by vfisher05
Need help with plinko
|
|
[1 reply] : Lines 49, 52, 56 and 59 all use assignment in an if condition. Is tha... (by cire)
|
by ashlclm
char sentinel value in a switch structure!
|
|
[1 reply] : I'm not fully sure of what exact error that you are getting, but the i... (by TheKingOfTyrants)
|
by idknuttin
small problem with finding equation of line when user enters negative points
|
|
[5 replies] Last: the reason why i declared the character punct is becasue my professor... (by closed account 48T7M4Gy)
|
by BigPun
I want to set std::cin to the function value
|
|
[11 replies] Last: Oh wow! I didn't know that JL. Thank you so much. That's exactly what ... (by BigPun)
|
by Juan3273
Capitalizing first letter in string array
|
|
[2 replies] Last: Thank you, I really appreciate it. (by Juan3273)
|
by ozzz019
Attempting to write functions, getting errors
|
|
[1 reply] : int calcSec(int hr1, int min1, int sec1) { int hour = hr1 * 3600;// ... (by closed account 48T7M4Gy)
|
by Culbrelai
Really don't get this function thing
|
|
[4 replies] Last: You are a life saver. Perfect, that's exactly what it was. They turn g... (by Culbrelai)
|
by RiLee92
Ofstream is not making an output file (1,2)
|
|
[21 replies] Last: Ok I tried something today where I replaced the code in the solution t... (by RiLee92)
|
by lisaburlew
error LNK2019 and LNK1120
|
|
[3 replies] Last: You're welcome. You should also read the tutorials on this site. There... (by giblit)
|
by musonda001
Compiler error ISO C++ forbids initialization
|
|
[2 replies] Last: line 48 is the problem. you can only initialize a data member from... (by shadowCODE)
|
by JJRR26
The Sieve of Eratosthenes Algorithm
|
|
[15 replies] Last: @ JJRR26, as i mentioned earlier you cannot use any random number algo... (by anup30)
|
by Shipoopi
help with assignemnt plz
|
|
[3 replies] Last: add if((a-b)==d){ cout<< '\n'; continue;} (by anup30)
|