- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 9
- Posts with Upvotes
- 6
- Upvoting Members
- 9
- Downvotes Received
- 2
- Posts with Downvotes
- 2
- Downvoting Members
- 2
24 Posted Topics
I have some doubts concerning some basic C++ concepts, and would be very thankful, if someone would kindly clear the doubts: a) Every variable of a data type occupies a specific amount of memory, like int occupies 2 bytes and so on. So, if I declare a reference variable as, … | |
Re: Once a software engineer was signing an interview form for getting a job at a software company. He quickly filled in all his details including his name, age and qualification. But then, when he came to the last part, he saw the column "Salary Expected". He became confused, and thought … | |
Re: 01001000 01100001 01101000 01100001 00101100 00100000 01110100 01101000 01101001 01110011 00100000 01100111 01100001 01101101 01100101 00100111 01110011 00100000 01100110 01110101 01101110 00100001 | |
Re: Here in India we too have BODMAS: B -- Bracket(Parenthesis) O -- Of(kind of multiplication) D -- Division M -- Multiplication A -- Addition S -- Subtraction | |
Do you use a joystick/gamepad(or whatever else) for gaming purposes? Or do you use the traditional Mouse + Keyboard combo for playing games? My Personal opinion: Mouse + Keyboard. Reasons: 1)The mouse is much more sensitive and flexible, and then again, some games don't support a joystick. 2)I'm still unfamiliar … | |
[URL="http://www.newgrounds.com/collection/windows"]http://www.newgrounds.com/collection/windows[/URL] Just go to the url and enjoy the windows parodies! Don't forget to check out [B]Windows Doors[/B]! Its the best! P.S. - This thread does not intend to hurt the feelings of die-hard windows fans. | |
Re: Concentrate and think about it, if anything comes in my mind, then I'm good to go! If nothing to my mind, then I leave it! | |
Re: Both google chrome and firefox are good....IE is lame. I usually use firefox for daliy browsing and google chrome for html5 games. But since google chrome creates a seperate process for every tab, sometimes the tabs take a long time to load. Firefox also has a flaw - it's memory … | |
Re: ...when you start writing verses like "Roses are #FF0000 , Violets are #0000FF , All my base belongs to you"! | |
Re: A warm and hearty welcome to you, Yamna! Perhaps I'm wishing a little late :$ | |
Re: @Kalpesh_9876543, Yeah, it really looks like you're learning C and not C++! By the way, looking at the clrscr() function(line 6), it looks like you're using TurboC++, isn't it? Well, if the answer is yes, then its very bad for you, as TurboC++ is a non-standard compiler. You should try … | |
Re: @Lilcrew, a)To do an automatic Win if roll is 7 or 11 and lose if it is 2,3 or 12 : [CODE]if(roll==7||roll==11) { cout << "You Win!"<<endl; } else if(roll==2||roll==3||roll==12) { cout << "You lose!"<<endl; } else { //Enter your code for the action to be taken if roll id … | |
Re: @happygeek I have a question, if I copy paste something from another website, but I tell others that it is not mine and is from the other website(by giving the link), then will I be banned? | |
Re: I first started programming in LOGO when I was about 7 yrs old.Then I myself had taken a small crash course in HTML the next year but I discontinued it.At about 9 yrs, I began learning QBASIC and then when I was 12, I resumed with HTML and then started … | |
Can someone please tell me about an alternative command that I can use instead of the [B]system()[/B] function? I have another question - If [B]system("pause")[/B] only pauses the program before it exits, can I use [B]getch()[/B] funtion from the [I]conio.h[/I] header file for that purpose.(I know i can use the … | |
Re: [QUOTE=smrati.katiyar;1571686][CODE] #include <iostream> using namespace std; int main() { cout << "enter" << endl; int a,b; cin >> a >> b; cout << a << " " << b << endl; return 0; } [/CODE] in the code given above when the input is INPUT: 45 12 OUTPUT: 45 12 … |
The End.