abdelrhman's Profile
Reputation: 0
Apprentice
- Group:
- Members
- Active Posts:
- 18 (0.03 per day)
- Joined:
- 11-October 11
- Profile Views:
- 1,138
- Last Active:
Feb 13 2012 08:47 AM- Currently:
- Offline
Previous Fields
- Dream Kudos:
- 0
Posts I've Made
-
In Topic: Array
Posted 15 Dec 2011
what dose this mean
someArray [2][5][2]; -
In Topic: Which is the best to learn, python or java?
Posted 29 Nov 2011
i don't know any thing about them i 'd like to learn about them the i 'll determine what to do with them -
In Topic: binary
Posted 17 Nov 2011
thank you but i my faculty our prof insists on this version -
In Topic: binary
Posted 17 Nov 2011
Aphex19, on 17 November 2011 - 01:53 PM, said:There's no standard way of formatting numbers as binary, but writing a function to convert a decimal value to binary is fairly trivial.
#include<iostream.h> using namespace std; int main() { int x=52; cout<<oct<<x<<endl; system("pause"); return 0; }
i want this program cout x in binary is it possible
MOD EDIT: Fixed code tags. The RIGHT way to use code tags:
-
In Topic: question in c++
Posted 24 Oct 2011
what if i was doing a program that needs very big Numbers what to do ?
My Information
- Member Title:
- New D.I.C Head
- Age:
- Age Unknown
- Birthday:
- Birthday Unknown
- Gender:
Contact Information
- E-mail:
- Click here to e-mail me
|
|


Find Topics
Find Posts
View Reputation Given


|
Comments
abdelrhman
13 Oct 2011 - 12:12