Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
84% Quality Score
Upvotes Received
9
Posts with Upvotes
6
Upvoting Members
9
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
6 Commented Posts

24 Posted Topics

Member Avatar for Duki
Member Avatar for ilovec++

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

Member Avatar for yoavip
0
565
Member Avatar for Doctor Inferno
Member Avatar for Portgas D. Ace
Member Avatar for vinnitro
2
252
Member Avatar for sillyboy
Member Avatar for WolfShield

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 …

Member Avatar for itzarun
0
1K
Member Avatar for linux

01001000 01100001 01101000 01100001 00101100 00100000 01110100 01101000 01101001 01110011 00100000 01100111 01100001 01101101 01100101 00100111 01110011 00100000 01100110 01110101 01101110 00100001

Member Avatar for vinnitro
2
1K
Member Avatar for Azmah

Here in India we too have BODMAS: B -- Bracket(Parenthesis) O -- Of(kind of multiplication) D -- Division M -- Multiplication A -- Addition S -- Subtraction

Member Avatar for BDove
0
2K
Member Avatar for ilovec++

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 …

Member Avatar for ilovec++
0
920
Member Avatar for rajesh.ingole
Member Avatar for ithelp
Member Avatar for AliTheChamp
Member Avatar for ilovec++

[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.

Member Avatar for AliTheChamp
0
233
Member Avatar for chiiqui

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!

Member Avatar for Ancient Dragon
0
171
Member Avatar for trinsleynewton
Member Avatar for installer

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 …

Member Avatar for remixedcat
1
648
Member Avatar for sneekula

...when you start writing verses like "Roses are #FF0000 , Violets are #0000FF , All my base belongs to you"!

Member Avatar for Netcode
0
673
Member Avatar for YAMNA MIDHAT

A warm and hearty welcome to you, Yamna! Perhaps I'm wishing a little late :$

Member Avatar for PCSAWICK829
0
155
Member Avatar for Kalpesh_9876543

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

Member Avatar for ilovec++
-2
157
Member Avatar for Lilcrew

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

Member Avatar for NathanOliver
0
302
Member Avatar for Abel123

@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?

Member Avatar for jingda
0
709
Member Avatar for WolfShield

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 …

Member Avatar for thing789
0
315
Member Avatar for ilovec++

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 …

Member Avatar for katmai539
0
2K
Member Avatar for smrati.katiyar

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

Member Avatar for Ancient Dragon
0
128

The End.