Wstring, wcin, wcout? |
|
[6 replies] Last: Well, I personally went to bitlord and just downloaded every possible ... (by WilliamW1979)
|
by bool maybe
Question about copy constructors and overloading =
|
|
[1 reply] : Strings are actually more related to deque<char> or vector<char> then ... (by WilliamW1979)
|
by DMF2010
Cannot convert double to double?
|
|
[6 replies] Last: line 67 need to capitalize the "s" void "calcstats" should be "void ... (by kanooter)
|
by deapee
What would ones ability be after a book
|
|
[2 replies] Last: Yeah, I feel that. My mind thinks like a programmer. I've always tho... (by deapee)
|
by jrede001
How to make strings equal a certain number
|
|
[1 reply] : Well, I am guessing you are trying to output to the screen which for t... (by WilliamW1979)
|
by M987
Inheritance and Polymorphism
|
|
[4 replies] Last: I got it thank you. (by M987)
|
trouble with a simple loop |
|
[3 replies] Last: Awesome! Thanks for the quick replies and she's running great. It's fu... (by newbprogrammer)
|
Need a fresh pair of eyes. |
|
[5 replies] Last: Ok, but before you can do that you must understand how functions work ... (by WilliamW1979)
|
by mikedee2649
Can someone help me interpret this code in C? (Tell me whats going on)
|
|
[12 replies] Last: I love the explanation here, the code is crap, the coder is not your f... (by WilliamW1979)
|
by psp1202
using ceil and floor (1,2)
|
|
[22 replies] Last: #include <iostream> #include <cmath> using std::cout; using std::e... (by Moschops)
|
by sman
for loop help
|
|
[2 replies] Last: Thanks for that great reply. I was desk-checking the while and saw tha... (by sman)
|
by rinnamorato
Problem with an array
|
|
[3 replies] Last: I re-wrote the program above. As of right now, I can read the first in... (by rinnamorato)
|
by jrede001
Returning functions (bool and Image)
|
|
[no replies]
|
Trouble loading saved data |
|
[no replies]
|
Stand alone function! |
|
[5 replies] Last: No, you just don't understand how to use a function. No worries, here'... (by Moschops)
|
by Rosaage
Help in console
|
|
[3 replies] Last: Next time, do this: 999 == iAge (by Moschops)
|
by InterFiction
use of an object
|
|
[14 replies] Last: Say a function was within a library, a use could implement them functi... (by InterFiction)
|
Which C++? |
|
[2 replies] Last: Yeah I have to agree that visual studio has a really nice IDE. Very pr... (by InterFiction)
|
by denZer
Adding char to an array variable (1,2)
|
|
[21 replies] Last: If you want to input a string from the user and then output, you'd be ... (by Moschops)
|
by hbjgd
Infinite Loop
|
|
[3 replies] Last: Stewbond is 100% correct but i wanted to explain why. I want to point ... (by WilliamW1979)
|