by DeathLeap
Hex to ASCII to Binary
|
|
[9 replies] Last: Consider how to do this by hand first. Take the 1st 4 characters in yo... (by dhayden)
|
by Day Vide
QT splitters
|
|
[2 replies] Last: That actually worked thank you sir. (by Day Vide)
|
by Claudius7
Function to determine if a string is made by all distinct characters
|
|
[19 replies] Last: OK, testing for the worst case scenario (long strings with no duplicat... (by Peter87)
|
by turtleman1
Counters mess each other up
|
|
[4 replies] Last: I did peek the way above but still get one char less in my output, may... (by turtleman1)
|
by Scyl
Operation Overloading
|
|
[1 reply] : Assuming firstName, lastName are type std::string, you need to overloa... (by gunnerfunner)
|
Random Number From Array |
|
[11 replies] Last: Oh I did not know rand() can be so bad. I will bear with this semester... (by Sanboro)
|
by neil222
Variable array size in a class
|
|
[18 replies] Last: still could, just check its size if a vector and if too big, complain ... (by jonnin)
|
by andrewllewop
Class Contructor
|
|
[3 replies] Last: or name(aName) (by closed account 48T7M4Gy)
|
by alien51
Class: Instantiate array in constructor?
|
|
[3 replies] Last: 1. In C++, this is a pointer, not a reference. Use the indirect me... (by mbozzi)
|
by Twomanykillz
Trying to convert Psuedocode into C++
|
|
[4 replies] Last: OP: you can all consider using a struct and it's ctor to instantiate D... (by gunnerfunner)
|
How to Create a Library of Functions in Visual Studio? |
|
[3 replies] Last: I seriously doubt your instructor wants you to create a DLL file, espe... (by closed account E0p9LyTq)
|
by NateE
classes to inherit from the Shape base class
|
|
[3 replies] Last: Thank you so much.. I found a couple more mistakes and fixed those. It... (by NateE)
|
need help figuring out why program is crashing. |
|
[7 replies] Last: pleaseINeedHelp, Here is an example of what you have (more or less) -... (by xismn)
|
by Jack816
Undefined reference to functions
|
|
[3 replies] Last: Thank you for all the suggestions. The main problem was that they were... (by Jack816)
|
by avaiscool
User input to find prime number
|
|
[1 reply] : Please use code tags. http://www.cplusplus.com/articles/jEywvCM9/ ... (by integralfx)
|
by lajm
File I/O - File Output Problems (getting 0.00 as output; variables not initialized)
|
|
[2 replies] Last: Thank you so much! As you suggested, I needed to read in the values be... (by lajm)
|
by Jack816
Implementation file problem.
|
|
[6 replies] Last: I took out the #include "Rectangle.cpp" and that solved my problem. Th... (by Jack816)
|
by sesslit805
Vector and command
|
|
[6 replies] Last: Thanks guys ! This is what worked. I don't think Insert is quite r... (by cire)
|
String subscript out of range error |
|
[4 replies] Last: formatNumber is fed an empty string and you assume it was not. Not ... (by cire)
|
1 Dimensional hollow grid array? |
|
[11 replies] Last: Anytime. I am about to go offline... if you have any trouble, let me ... (by jonnin)
|