- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 3
- Posts with Downvotes
- 1
- Downvoting Members
- 3
7 Posted Topics
Hi everyone, I'm new at C (just started this week), and I'm reading tutorials on line without the help of a book or class. I was wondering if there are common practices most tutorials teach that really aren't good to get into. The tutorial I'm reading now says to use …
Hey everyone, I am not sure how to ask this, but this is what I am wondering. I am new to JS and am looking at a lot of webpages' sources. The thing that keeps coming up that I can't figure out is when you click a button (whatever it …
Here you go. Also as a side note, system ("pause") is a bad habit.[code=cplusplus] #include <iostream> using namespace std; int main () { string password; cout <<"Please input a password to enter successfully: "; cin>>password; if (password == "pen15") cout <<"Welcome\n\n"; else cout <<"invalid"<<endl; cin.get(); return 0; } [/code]
I liked your program. Dont get offended or anything (just wanted to make sure, because people seem to do that sometimes.) I am also new at programming and I wanted to say thank you because I didnt know about the toupper command until I read your thread. Anyways, I wanted …
Hey everyone, well I wrote this program because I haven't seen anyone do it yet (it has always been random numbers, not sentences.) Also I just wanted to see if I could do it :). Im posting this not because I need it fixed, although I'll tweak it if I …
OK man i fixed all your bugs and cleaned it a bit... u also might want to pick different variable names so its easier to understand... [code=cplusplus] #include <iostream> #include <string> using namespace std; int main() { string home, guest; int hnr, bnr; cout << "Title" << endl; cout << …
Im new at C++ and am trying to teach myself. I want to ask the user of the program why they are feeling a certain way, but not do anything with the sentece. So its like -how are you feeling?- user -good- -why are you feeling good?- user- blah blah …
The End.
dsladev