by kmilnedc
vector to cstring
|
|
[1 reply] : Also to note. Because of my changes, this wont compile anymore but tha... (by kmilnedc)
|
by Windwhistles
Dynamic memory
|
|
[1 reply] : You need *length=*(cpy.length); , since the length variable of cpy is... (by rollie)
|
by CoryMore
Glass Rod Project
|
|
[4 replies] Last: I appreciate all the feedback. Below is what I ended up with, thanks ... (by CoryMore)
|
by northroad
confused on classes
|
|
[no replies]
|
by scu1casper
Adding an extra 2
|
|
[19 replies] Last: Also, would I be wrong in using int rather than void? I noticed you a... (by scu1casper)
|
by scu1casper
Recursion
|
|
[2 replies] Last: Recursion means to have the function keep calling itself until some co... (by fg109)
|
by joatmon
Printing an ASCII character from a hex value
|
|
[7 replies] Last: http://cplusplus.com/reference/iostream/manipulators/hex/ I've never u... (by Mathhead200)
|
by ndavis
Aligning decimal points
|
|
[1 reply] : Look into the setw() function: http://www.cplusplus.com/reference/iost... (by ascii)
|
by Skyboarder
printf format - frontslash
|
|
[2 replies] Last: With you, no problem anymore!! Thanks a lot (by Skyboarder)
|
by sepetoner
Number of words in a string.
|
|
[15 replies] Last: Also you can write own class Sentence and overload such operators as +... (by vlad from moscow)
|
by vckngs7
Copy vectors
|
|
[4 replies] Last: It is done very simply. Instead of this compound code std::vecto... (by vlad from moscow)
|
by aronaron
Problems with Binary Search Tree
|
|
[2 replies] Last: what do you want from us ? (by gelatine)
|
by j2tt
reducing fraction
|
|
[3 replies] Last: For GCD: http://en.wikipedia.org/wiki/Euclidean_algorithm Also, use co... (by closed account 3TXyhbRD)
|
by fraey beam
Whats The Difference ?
|
|
[2 replies] Last: codeblocks isn't a compiler. It's an IDE. You have to tell it which co... (by Moschops)
|
by Prestissimo
Bitcopy versus initialization question
|
|
[12 replies] Last: No, it doesn't. The destructor will only be called when 'h2' goes out... (by Lowest0ne)
|
by aronaron
HELP!!! about quick sorts
|
|
[1 reply] : We don't do homeworks. The QuickSort algorithm is explained in multip... (by webJose)
|
by glockguy87
Help please
|
|
[4 replies] Last: Consider doing 2 conversions - sounds mad, but here me out. Say you h... (by TheIdeasMan)
|
by LaC0saNostra
Taxrate Payroll Program(Help Finding Error) (1,2)
|
|
[34 replies] Last: Hey Wilson I'm continuing to work on my Payroll Program and I have a q... (by LaC0saNostra)
|
by LaC0saNostra
Need to repeat from an input file
|
|
[6 replies] Last: Thank you very much (by LaC0saNostra)
|
by kisukey
ERROR.
|
|
[4 replies] Last: //Define Stuff #define STARS "\t************************************... (by Soxki)
|