User profile: drognisep

User info
User name:drognisep
Name:drognisep
Location:MO
Bio:Learned C++ through the tutorial on this website in high school (rather cheated by my public education) recently started getting myself reacquainted with it.
History
Joined:
Number of posts:42
Latest posts:

Can someone solve this for me?
You could simplify it like this [code]int main() { cout << "hello sajjad, "; cout <<"put in y...

Can someone solve this for me?
Your braces for [code]int main()[/code] must be around the code, like illustrated by Hazique35.

switch expression syntax
Vlad, what header does that use?

help me with code !
This is not a homework answer site. If someone essentially gave you the answer and you still can't f...

switch expression syntax
Switch syntax: [code]switch(int_variable) { case 0: cout << "int_variable equals 0" << end...