by deathmoon
create a string by adding other string elements?
|
|
[6 replies] Last: Basically it makes a string with no data. Technically, the only point... (by firedraco)
|
by citric
trying to figure out what's wrong
|
|
[6 replies] Last: Thanks that did it. It finally works. (by citric)
|
by Deftwun
Underscore variable naming convention?
|
|
[4 replies] Last: From what I understand some times an underscore is used after the vari... (by drunken meerkat)
|
by alpharens
Random Numbers
|
|
[8 replies] Last: Thankyou, ultifinitus, GetTickCount() works great for me! (by alpharens)
|
by keveneven03
Help with errors please
|
|
[3 replies] Last: Thank you Athar! That worked. (by keveneven03)
|
What is wrong with my while loop? |
|
[10 replies] Last: Forgot to mention this before, but in the future, please use [co de] ... (by Zhuge)
|
by JBabyJ
Newbie needing help
|
|
[5 replies] Last: What is with that space? Put a zero there as a placeholder and your an... (by Zhuge)
|
by smalld
why the following function template does not work
|
|
[2 replies] Last: Thanks, it works. (by smalld)
|
by Viper786
Help with class assignment
|
|
[1 reply] : It said the remainder, which you get via the modulus. So I would assum... (by Zhuge)
|
by firstsight1
how would you write the function to skeleton in a file
|
|
[2 replies] Last: Thanks webJose. Could not find any info about skeleton (by firstsight1)
|
by jimaris
Read stream of numeric values
|
|
[2 replies] Last: Yes, they won't be separated (by jimaris)
|
by mc55boy
Printing
|
|
[3 replies] Last: LPSTR PrintIn = new char ; try that. (by hanst99)
|
by waqqassheikh
Trying to a string character iterator class but it doesn't iterate.
|
|
[3 replies] Last: Objects are normally not created with new in C++ - and when you do, ... (by waqqassheikh)
|
by pathios
Making a 'Grid'
|
|
[4 replies] Last: Look into 2-Dimensional arrays I have a better idea - don't . Ju... (by hanst99)
|
Which Is More Efficient? |
|
[7 replies] Last: Thanks for your input, lads. Well, the example above is only an exampl... (by closed account zb0S216C)
|
by stridexr
How do I make a local variable change the global variable?
|
|
[12 replies] Last: Probably. You couldn't imagine how much I learned just from helping pe... (by hanst99)
|
by robertodb
fprintf problem (ofstream)
|
|
[3 replies] Last: For a stream based solution using ostream iterators, consider the foll... (by moorecm)
|
by ShaunL
Need Help
|
|
[14 replies] Last: @Hanst99: That's right, it's IDE, not compiler. I think that was my ba... (by AKat)
|
by disneydork11
Loop hole in my Loop Structure
|
|
[3 replies] Last: Thanks, everyone! :-) I actually do have a C++ manual. I've read the f... (by disneydork11)
|
by crimshaft
Pointer and new fail
|
|
[3 replies] Last: temp is an issue. When temp was declared, it was initialized by its ... (by closed account zb0S216C)
|