win32 multiple winndowsok i figured it out. changed MyWndClassName in CreateWindow to "first class" "second class" and "thi...
win32 multiple winndowsi am trying to create a program for multiple windows. Here is my code [code] #include<Windows.h> ...
binary calculator problemokay thanks a lot. here is my final code: [code] #include<iostream> #include<string> #include<iomani...
binary calculator problemmy bad i missed ' '. code seemed to be working now. i however have one question. i now have to set w...
binary calculator problemok i read it and here is what i tried line 39 [code]cout<<"a & b="; cout.fill(0); cout.width(8); co...