by sk8sensei
reading in from a file to a certain point
|
|
Apr 26, 2011 at 6:03am
[2 replies] Last: you may edit it to your liking/usage EDIT:: i got this function from ... (by metl wolf)
|
by Ad Fundum
Crash on Vista, works on XP. Ofstream problem ?
|
|
Apr 26, 2011 at 5:50am
[5 replies] Last: Hi there, What I tried: - Change Computername into ComputerName[MAX_... (by Ad Fundum)
|
by SpartanX
How to Make a Calculator in Visual C++
|
|
Apr 25, 2011 at 6:50pm
[2 replies] Last: i dont think anyone using visual c++ would not have a good knowledge o... (by SpartanX)
|
by joseph63
gcnew keyword
|
|
Apr 25, 2011 at 5:32pm
[2 replies] Last: OK. Thank you for clarification. (by joseph63)
|
Top Level '^' |
|
Apr 25, 2011 at 9:11am
[9 replies] Last: Okay that's clear to me now. Thanks! :D (by closed account 3TXyhbRD)
|
by bayar
Unicode Characters
|
|
Apr 25, 2011 at 2:50am
[3 replies] Last: You need to know what encoding was used when the file was written. (by modoran)
|
by rjalaskan
Winsock issues
|
|
Apr 25, 2011 at 1:20am
[2 replies] Last: Sorry, I was getting highly frustrated and trying things out to see wh... (by rjalaskan)
|
by Lamblion
Cursor - LoadImage
|
|
Apr 25, 2011 at 12:54am
[2 replies] Last: I figured it would be you or one or two others that would answer. I go... (by Lamblion)
|
by hanst99
[Win32] Troubles selecting ComboBox items
|
|
Apr 24, 2011 at 5:26pm
[2 replies] Last: Well, thinking a bit about it, I probably should have had sizeof(stra... (by hanst99)
|
by HenryJ
How do you use wprintf?
|
|
Apr 24, 2011 at 3:17pm
[13 replies] Last: Sorry =( I would try to mess around with it more to figure it out, b... (by Disch)
|
by Mike ekiM
Ellipse() and Rectangle() functions linker error undefiend reference to Rectangle@20
|
|
Apr 24, 2011 at 8:29am
[5 replies] Last: I need specs :-) (by guestgulkan)
|
by honamc
What's wrong with this code?
|
|
Apr 24, 2011 at 5:18am
[6 replies] Last: #include<fstream> #include<iostream> #include<string.h> using namesp... (by honamc)
|
by honamc
how to show the specific word in text file in window form?
|
|
Apr 23, 2011 at 2:20pm
[2 replies] Last: i know how to do it in unmanaged code but how to convert to window for... (by honamc)
|
by mchei
how to show 2D array in Windows form GUI?
|
|
Apr 23, 2011 at 9:59am
[3 replies] Last: thanks for reply! i am using vs2010 for my GUI form designing. (by mchei)
|
by Tomau000
WinMain Background color?
|
|
Apr 23, 2011 at 4:42am
[2 replies] Last: This worked perfectly. Thank's a lot! (by Tomau000)
|
by metl wolf
txt file input isnt working correctly..
|
|
Apr 23, 2011 at 12:58am
[2 replies] Last: wow.. that was simple.. thanks! it works now =) (by metl wolf)
|
stream_socket_client() in C++? |
|
Apr 22, 2011 at 8:45pm
[2 replies] Last: Why don't you look at php souce code itself ? (by modoran)
|
by hakon
Filling up networkbuffer?
|
|
Apr 22, 2011 at 6:47pm
[1 reply] : printf takes a C string and I doubt the data received is null-terminat... (by Athar)
|
by hakon
Problems with winsock on Win7, not XP and Vista
|
|
Apr 21, 2011 at 7:10pm
[11 replies] Last: Kbw is the one who noticed the double function call. I just did the "l... (by closed account 3TXyhbRD)
|
by TheAmitKumar
How to Crop a Picture using win32 ?
|
|
Apr 21, 2011 at 6:15pm
[3 replies] Last: 1) Load the image to a HBITMAP with LoadImage() 2) Create a new HBITM... (by Disch)
|