by musicman1007
cin.get function not being executed
|
|
[4 replies] Last: Ah, I knew it was going to be something stupid like that...thanks, the... (by musicman1007)
|
by hrvispute
C++ concepts using one example
|
|
[2 replies] Last: In C++, the word "Concepts" has a specific meaning: http://en.wikipedi... (by Duthomhas)
|
help:passing a function from array of struct |
|
[6 replies] Last: when i comment out the error line, the program runs fine and cout <<... (by aquariusmirky)
|
by KyleFYI
GUI?
|
|
[13 replies] Last: Sure, thats what I meant to say, apologies. KyleFYI, there are a lar... (by dangrr888)
|
by curious
Binary system
|
|
[11 replies] Last: I am new after that i think i will not need examples and i can solve d... (by curious)
|
by hwuy
window making
|
|
[6 replies] Last: For windows check out WTL (Windows Template Library) it's an template ... (by binarybob350)
|
by rajeshmarndi
cin>> restric entry only numeric
|
|
[no replies]
|
by broot
Fstream problem
|
|
[2 replies] Last: I just tried the code (missing ; after int example = 30 ) in Visual S... (by binarybob350)
|
by woohoo
Compiling Options?
|
|
[12 replies] Last: Oh, well im trying to get the size of functions without making unique ... (by woohoo)
|
by PizzaE
Creating an object with "<<" allowed?
|
|
[7 replies] Last: Well, when I read the code, the first thing I see is an incorrect clas... (by andywestken)
|
by engwael
check the input empty in string
|
|
[1 reply] : Google is your friend :D http://www.cplusplus.com/reference/string/st... (by jalfor)
|
by wafaa
float problem
|
|
[5 replies] Last: Thank you for your help (by wafaa)
|
by dznguy
class with private array
|
|
[4 replies] Last: i want to check the numdigit so that i could set the loop for adding t... (by dznguy)
|
multiple char inputs in a sentence |
|
[1 reply] : It's probably because when you use cin>> to read data, it leaves a new... (by Zhuge)
|
by Llewellyon
Multiplying/dividing floating point numbers
|
|
[3 replies] Last: just do anything with ( * && / ) c++ no restriction to it...just avoid... (by RSR102782)
|
by soundman7085
multiplying by 2 in a loop
|
|
[3 replies] Last: @soundman7085 You're very welcome... (by whitenite1)
|
by Uchiha23
looking for the next step...
|
|
[8 replies] Last: At that's right. They changed that in VS2010. I don't know why they ... (by Disch)
|
by Chathu
C++
|
|
[2 replies] Last: Hey Thanks a lot ... I Appreciate it very much.....this is the first t... (by Chathu)
|
by Mas15
Lvalue required as left operand of assignment
|
|
[2 replies] Last: Thanks it works perfectly. I can't believe I was stupid enough to make... (by Mas15)
|
by gk77777
float data in class pointers
|
|
[no replies]
|