by LarrySmooth
Need help with a random number generator function.
|
|
[8 replies] Last: This is how I do it, and it works well: int randInt(int a, int b) {... (by Toby12600)
|
Why are type aliases useful? |
|
[3 replies] Last: 1) typedef are important for updating a software program for example ... (by novellof)
|
by banithel
variables question
|
|
[4 replies] Last: Use operator bool instead of good() member function. .good() sho... (by MiiNiPaa)
|
by turtlesavage
Debug check with cout, storage class type specifier
|
|
[1 reply] : You cannot place statements like that in the global scope; when would ... (by Zhuge)
|
by bgold12
Asking for number and output a character
|
|
[2 replies] Last: it couldn't be easier than that. (by shadowCODE)
|
by leo255
Decimal to Hex Conversion - Not getting correct output
|
|
[3 replies] Last: One last quick question...If I change this to a void function, and the... (by leo255)
|
by reisman234
CalculatorTest & Calculator Project Dependency
|
|
[no replies]
|
by lbh1992
Program could capture the data from a USB port
|
|
[no replies]
|
by Rgillooly91
Need Help with First Homework Assignment
|
|
[4 replies] Last: You're heading in the direction of arrays, since typing firstnum, seco... (by booradley60)
|
by Crogn
binary search
|
|
[1 reply] : You used assignment in line 27 instead of equal to . if(... (by shadowCODE)
|
by Ch1156
Virtual
|
|
[no replies]
|
by simrawr
Do-while loop help. I need this real soon.
|
|
[4 replies] Last: you need to to change line 37 to just else and you need this else if ... (by cory244)
|
by hamahime
User input string to text file
|
|
[no replies]
|
by smokebaca
logic question.
|
|
[3 replies] Last: There are a few more considerations to take into account: http://en.cp... (by Computergeek01)
|
by Sharan123
storing matrix in a string
|
|
[no replies]
|
by cpzering
'Counter" in craps program
|
|
[2 replies] Last: I would put most of that code into its own function: Status PlayCrap... (by Stewbond)
|
by DeathLeap
Use case diagram and Class Diagram
|
|
[no replies]
|
by Sharan123
How to find determinant of a matrix
|
|
[2 replies] Last: i is never incremented in the det(int , int) function, but it is use... (by Sharan123)
|
by wolfv
Which is the better programming style?
|
|
[3 replies] Last: Thank you coder777 and JLBorges. The number of samples is a constant k... (by wolfv)
|
by CDavis
Text Parser problem
|
|
[5 replies] Last: Wow I like that solution but other than text parser isn't there an eas... (by CDavis)
|