User profile: cniper

User info
User name:cniper
History
Joined:
Number of posts:54
Latest posts:

win32 multiple winndows
ok i figured it out. changed MyWndClassName in CreateWindow to "first class" "second class" and "thi...

win32 multiple winndows
i am trying to create a program for multiple windows. Here is my code [code] #include<Windows.h> ...

binary calculator problem
okay thanks a lot. here is my final code: [code] #include<iostream> #include<string> #include<iomani...

binary calculator problem
my bad i missed ' '. code seemed to be working now. i however have one question. i now have to set w...

binary calculator problem
ok i read it and here is what i tried line 39 [code]cout<<"a & b="; cout.fill(0); cout.width(8); co...