by mycuser
Array of pointers
|
|
[2 replies] Last: Hello everyone, responding to jlb. I stand corrected and disappointed.... (by mycuser)
|
by DeathShaman1
Tax Rate Calculator Revised
|
|
[8 replies] Last: Hello DeathShaman1, Your last post showed up before I finished mine.... (by ar2007)
|
by Robyn Banks
Baby Names Project
|
|
[14 replies] Last: Remove lines 32 & 33. The number of boys and girls at that point is ze... (by dhayden)
|
by RytisBe
Operator overload
|
|
[10 replies] Last: You can test that. Your array does currently store int s. Replace th... (by keskiverto)
|
by raventwofive
broken for loop or equation
|
|
[1 reply] : You can't take the log of a negative number (line 6). Reconsider your ... (by lastchance)
|
by portrap099
Only Letters On String
|
|
[1 reply] : Hello portrap099, Welcome to the forum. I through this together quic... (by Handy Andy)
|
by Andreiz112dn
my first program
|
|
[4 replies] Last: Hello Andreiz112dn, I must apologize, my bad I referred to being cons... (by Handy Andy)
|
by Databend
Only allowing certain input pattern
|
|
[2 replies] Last: Thanks, this works perfectly, and I can now use this as reference when... (by Databend)
|
by HenrikAET
SDL2 Rectangles!!
|
|
[2 replies] Last: Another alternative is to let Rectangle inherit from SDL_Rect. This al... (by Peter87)
|
i cannot stop my looping |
|
[5 replies] Last: Hello amyblackpearl, You are welcome. I hope I have helped you unders... (by Handy Andy)
|
by adlice8700
The result of the for loop is not outputing , i am not able to understand what is the issue with the code.
|
|
[2 replies] Last: thanks . (by adlice8700)
|
by heyitsme1998
[Why does the result for determinant is always 0?]
|
|
[2 replies] Last: cofactor_v is never initialized. The compiler should be able to warn y... (by Peter87)
|
by loomy
Inheriting from class template undefined reference to constructor
|
|
[2 replies] Last: That was it! Thank you! (by loomy)
|
Calculator help |
|
[1 reply] : Have a closer look at your if statement on line 258. What will happen ... (by Thomas1965)
|
by RushRush
Use keyboard to enter size of array for both - >string and int arrays
|
|
[1 reply] : The number you enter must apply to both arrays, string and int. ANY i... (by jlb)
|
by fivestar
Vector Looping
|
|
[2 replies] Last: #include <iostream> #include <string> #include <vector> int main() {... (by JLBorges)
|
by Databend
Only allowing numeric input error
|
|
[3 replies] Last: @ Databend (ScottSmith1020) Glad to be of help. (by whitenite1)
|
by zapshe
Using Factorials in C++
|
|
[12 replies] Last: Thanks a lot everyone for the answers. And yes, negative factorials ar... (by zapshe)
|
by Andreiz112dn
My First build simple Game
|
|
[1 reply] : what is your opinion about it On the whole, it’s nice. Seemingly ... (by Enoizat)
|
by Fewgod
Choosing random subfunction from array
|
|
[4 replies] Last: Thanks alot! I'll repair my code asap. For now on my mobile app it wo... (by Fewgod)
|