User profile: Shinigami

User info
User name:Shinigami
Name:Donatas Azaravičius
Location:Vilnius
Website:http://cplusplus.shinigami.lt
Bio:I am from Lithuania and I am self-taught programmer. I program as a hobby. Right now I am learning c++ language, GUI and I am try to learn OpenGL (expecting the book about OpenGL 4.1).
History
Joined:
Number of posts:288
Latest posts:

in trying to create a program that will only accept binary digits
I made if free time [code]#include <iostream> #include <string> #include <sstream> std::string ge...

in trying to create a program that will only accept binary digits
if you use int as binary digit, you can get only number as big as int. In my system it would be numb...

in trying to create a program that will only accept binary digits
[quote]and your syntax shinigami is totally conflicting with other functions.[/quote] Yes it is. But...

Bubble sorting of array
[code]void sort(int list[], int size) { size = sizeof(list)/sizeof(int);[/code] Why do you get value...

in trying to create a program that will only accept binary digits
I think he wants for user to input "1001010" and see if it is binary digit or not. That user could n...