User profile: alex1205

User info
User name:alex1205
Email:beefeater1205@rambler.ru
Name:Alexander
Location:Ukraine,Dnipropetrovsk
Bio: I'm very good person
Statistical data
Birthdate:May 12, 1971
Gender:Male
Occupation:Other
Skills:C++
History
Joined:
Number of posts:3
Latest posts:

binary conversion crash
you can easily use itoa_ function for conversion,but it's not standart

binary conversion crash
Try this : # include <iostream> # include <conio.h> using namespace std; void main () { i...

calculator
here is the code: #include<iostream> #include<conio.h> using namespace std; int add(int x, int y...