by ctrlbadgerxl
Am I Over Commenting?
|
|
[4 replies] Last: Thanks for the link, I'm going to try and merge the practises that I'v... (by ctrlbadgerxl)
|
by Robert1234
Finding if two matrices are identical
|
|
[2 replies] Last: Oh I just forgot to initialize the array. Can't believe I overlooked t... (by Robert1234)
|
by underoathed
Using classes (1,2,3)
|
|
[54 replies] Last: Best way to check is run the program but it looks OK to me. A bit frus... (by closed account 48T7M4Gy)
|
by rsood1
Need Help With Program
|
|
[3 replies] Last: Thanks! I finally got the array to display correctly, also I made some... (by rsood1)
|
by underoathed
Outputting to file
|
|
[6 replies] Last: Sorry if this is the wrong thread. why my increastPct variable output... (by Chervil)
|
by brawdyll
Constructor not working correctly with parameters
|
|
[1 reply] : Hi, You are missing a declaration of that constructor in your class d... (by TheIdeasMan)
|
by nafy
using Char Array
|
|
[5 replies] Last: Whether or not you give the number 20 a fancy name, you should fill up... (by Shadowwolf)
|
by Robert1234
Finding the sum of diagonals in a 4x4 matrix
|
|
[no replies]
|
by MaxW20
char Array to int Array
|
|
[2 replies] Last: Do you have any code written? Are the numbers contained in a file, bei... (by underoathed)
|
by yehozz
Array with randome numbers
|
|
[9 replies] Last: > How do i make the function take an array? The same way that you woul... (by ne555)
|
by saherch
return value for void
|
|
[4 replies] Last: return; can be used in a function that doesn't return any variable (... (by Moschops)
|
by sut
Problem with push() in Stack using array
|
|
[no replies]
|
by Torex
The 2d array prints incorrect numbers
|
|
[3 replies] Last: If I want to give back the answer as a value with function, how shoul... (by Chervil)
|
by joshuatz
Generating random numbers
|
|
[2 replies] Last: @joshuatz Yes, it is possible. Here's how I would do it. #include ... (by whitenite1)
|
by FighterCoder
SFML Resource Manager
|
|
[16 replies] Last: Thank you for the extra help Zereo :) I will have a look at the links ... (by FighterCoder)
|
by cb32
reseting a variable
|
|
[5 replies] Last: @cb32 Another problem with your code, is you are using assign instead... (by whitenite1)
|
by CodeOpen
Pointer
|
|
[3 replies] Last: I do not know for sure, but I will take a stab at it. Line 6, you set... (by tallyman)
|
by Habbert
Craps game in C++
|
|
[4 replies] Last: what's this: return(saved, bet); ? (by mutexe)
|
by jDurks619
Menu oriented project problems (1,2)
|
|
[20 replies] Last: Line 24 doesn't display the previously chosen filename. That's beca... (by AbstractionAnon)
|
by ndungur
Stopping a Loop (C++ Visual Basic)
|
|
[3 replies] Last: visual basic just shows the system I am using That statement makes n... (by AbstractionAnon)
|