by j0semigue1
calculate Final Letter Grades a class
|
|
[5 replies] Last: You could open the files in main() and pass them as references to getD... (by vin)
|
by Yousra
Problem: Text Concordance using BST
|
|
[2 replies] Last: MY Program // File: BSTappl.cpp // Test class template binaryTree... (by Yousra)
|
would this reset? |
|
[2 replies] Last: it will get a new value if that's what you mean. yea thats what... (by programmeraie125)
|
by hopesfall
Help with "iterating" through queue
|
|
[3 replies] Last: If you feel like iterating through a queue it's likely the wrong conta... (by coder777)
|
i believe it works just cant see it doing.. |
|
[3 replies] Last: CLOCKS_PER_SEC presumably 1000, and DrawString is going to take less t... (by rollie)
|
by even821
QT making slots manually?
|
|
[1 reply] : Use connect: http://qt-project.org/doc/qt-5.0/signalsandslots.html (by coder777)
|
by hopesfall
How to delete memory used in constructor
|
|
[3 replies] Last: Or, if it really must be a pointer to a queue, you could use a smart p... (by rollie)
|
by maskanio
Something is wrong with my rands's?
|
|
[2 replies] Last: Only call srand once at the start of your program before generating an... (by Peter87)
|
by ballzac
x86 to x64 UINT_MAX and/or INT_MAX issue
|
|
[8 replies] Last: To get rid of that warning you can use a cast static std::mt19937 rng... (by Peter87)
|
by j0semigue1
converting numbers to letters
|
|
[5 replies] Last: got it thanks (by j0semigue1)
|
by Pikmeir
Recommended networking for text-based RPG
|
|
[1 reply] : I would suggest first doing just the last part of your idea. Create a... (by clanmjc)
|
by maskanio
Im having problems with classes?
|
|
[2 replies] Last: error: cannot call member function ‘void Dice::setRolls(double)’ ... (by Vlykarye)
|
Double-spacing file output in C++ Program? |
|
[1 reply] : Apparently you'd have to override the doFilter function, since current... (by Cubbi)
|
by lalebarde
Which substitute for non-type template parameter ?
|
|
[16 replies] Last: Notice that if you'd actually compared apples to apples (heap-allocat... (by Cubbi)
|
by optimus203
Quicksort Template function
|
|
[4 replies] Last: Good point. That resolved that error but creating a plethora of other ... (by optimus203)
|
by MinwooJu
C++11 question
|
|
[4 replies] Last: The problem is that in fact there are no books on the new standard. Bu... (by vlad from moscow)
|
by SheerSt
Question concerning accessing vector elements, and classes
|
|
[2 replies] Last: 1: It's better to do any "messing around" via member function of the o... (by Computergeek01)
|
by taboad
how to read each line and make calculation
|
|
[1 reply] : How is the data delimited? (by Computergeek01)
|
by roarkr
how to find ip adress of running server
|
|
[6 replies] Last: If your server is running on something where it can dictate the host n... (by Computergeek01)
|
by crusader1
I NEED HELP PLEASE! C++ etch a sketch program
|
|
[5 replies] Last: You have off-by-one errors with your array indices. Remember,valid val... (by Duthomhas)
|