- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 2
- Posts with Upvotes
- 2
- Upvoting Members
- 2
- Downvotes Received
- 4
- Posts with Downvotes
- 3
- Downvoting Members
- 4
12 Posted Topics
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 …
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]
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
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 …
Hi i need a good vector video tutorial please give the link in the discription
@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]
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 …
how to crash windows using C Pointers ?? Need Real help
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,
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 …
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]
hi I wonder who is the smallest boy to know any low level programming language Eg:C++ or java etc exept the qbasic
The End.
Hayzam_#include