Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
36% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
4
Posts with Downvotes
3
Downvoting Members
4
1 Commented Post
0 Endorsements
Ranked #3K
~56.4K People Reached
Favorite Tags
c++ x 12
c x 2

13 Posted Topics

Member Avatar for rajesanthu

iam using Dev-C++ Its Working Like a Charm [CODE]#include<iostream> #include<conio.h> using namespace std; int main() { int birthmonth,birthyear; int currentmonth,currentyear; int agey,agem; cout<<"\n\n\t\t\tRaje's Age Calculator\n\n"; cout<<"Enter Your Birth Year(Eg:1989):"; cin>>birthyear; cout<<"\n\nEnter Your Birth Month(Eg:7):"; cin>>birthmonth; cout<<"\nEnter The Current Month(Eg:7):"; cin>>currentmonth; cout<<"\nEnter The Current Year(Eg:2010):"; cin>>currentyear; agey=currentyear-birthyear; agem=12-birthmonth; cout<<"\n\n\t\tYour Age is …

Member Avatar for Youssef Faisal
-4
44K
Member Avatar for rajesanthu

#include<iostream> #include<conio.h> float no,price[50],total[50],qty[50],tt; char item[30]; using namespace std; int main() { int i,j; system("cls"); cout<<"\n\n\t\t\tRaje's Billing Software\n\n"; cout<<"\nEnter The Number of Products you'v Purchased:"; cin>>no; cout<<"\n\nSL No\tITEM NAME\tQUANTITY\tPRICE/ITEM\n\n"; for(i=1;i<=no;i++) { cout<<i; cout<<"\t"; cin>>item; cout<<"\t"; cin>>qty[i]; cout<<"\t"; cin>>price[i]; total[i]=price[i]*qty[i]; cout<<"\n\n"; } for(i=1;i<=no;i++) { tt=tt+total[i]; } cout<<"\n\n\t\t\tTOTAL:"<<tt<<" Rupees"; cout<<"\n\n\t\t\tTHANK YOU VISIT …

Member Avatar for Monu_1
-4
10K
Member Avatar for gunbuster363

Dark GDK Would you should be knowing some funtamentals of C++ To learn GDK For More Info on Dark Gdk Goto: [URL="http://www.thegamecreators.com/?m=view_product&id=2128"]http://www.thegamecreators.com/?m=view_product&id=2128[/URL]

Member Avatar for maninaction
0
196
Member Avatar for Hayzam_#include

How to compile linux i put the kernel in a sony memory stick pro duo i need real help i know C++ but not linux Thanks In advance

Member Avatar for maba001
0
218
Member Avatar for Hayzam_#include

Hi Everone, I need Help With My code If there is any mistake Please Let me Know I will correct it it is a ping program it will ping an ip address or an address like [url]www.daniweb.com[/url] [CODE]#include <windows.h> #include <iostream> #include <conio.h> using namespace std; int main() { int …

Member Avatar for pseudorandom21
0
150
Member Avatar for Hayzam_#include

Hi i need a good vector video tutorial please give the link in the discription

Member Avatar for Hayzam_#include
0
81
Member Avatar for groedius

@groedius Sorry Man You Should know C++ Before You can start DirectX and Stuff Now what you are trying to do is to [COLOR="Red"]ride a bike before you know how to ride a bicycle.[/COLOR]

Member Avatar for groedius
0
149
Member Avatar for flasp

Hi Here Is The Code Corrected You can modify [CODE]#include <iostream> using namespace std; int main() { char FirstName[20]; char LastName[20]; char Grade[6]; int age; cout << "What is your first name?"<<endl; cin >> FirstName; cout << "What is your last name?"<<endl; cin >> LastName; cout << "What letter grade …

Member Avatar for flasp
0
141
Member Avatar for Hayzam_#include
Member Avatar for Hayzam_#include

Hi i wanted to make a software that can "Off" and "On" a computer fan connected with a usb can i make it in c++?? i have 1 year experience doing C++ Thanks,

Member Avatar for Hayzam_#include
0
141
Member Avatar for Hayzam_#include

Hi i am new to qt but i have programing experience in c++ in dev - c++ after i moved to qt i thought i could start like this if i press a button it should output hello world it is just showing me 1 error system was not declared …

Member Avatar for Hayzam_#include
0
100
Member Avatar for lochnessmonster

Just do this #ifndef YOURHEADERNAME_H #define YOURHEADERNAME_H Your code here #endif For more info:[url]http://www.cplusplus.com/forum/beginner/9907/[/url]

Member Avatar for mike_2000_17
0
310
Member Avatar for Hayzam_#include

hi I wonder who is the smallest boy to know any low level programming language Eg:C++ or java etc exept the qbasic

Member Avatar for jonsca
-2
178

The End.