Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
20% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
3
Posts with Downvotes
1
Downvoting Members
3
0 Endorsements
~15.1K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Tags

7 Posted Topics

Member Avatar for dsladev

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 …

Member Avatar for dsladev
0
98
Member Avatar for dsladev

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 …

Member Avatar for Airshow
0
119
Member Avatar for XxGunMastaxX

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]

Member Avatar for WaltP
0
163
Member Avatar for Cloneminds

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 …

Member Avatar for dsladev
0
183
Member Avatar for dsladev

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 …

Member Avatar for kolosick.m188
0
537
Member Avatar for Manikyr

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 << …

Member Avatar for kangarooblood
1
462
Member Avatar for dsladev

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 …

Member Avatar for dsladev
0
189

The End.