by sk8sensei
reading in from a file to a certain point
|
|
[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 ?
|
|
[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++
|
|
[2 replies] Last: i dont think anyone using visual c++ would not have a good knowledge o... (by SpartanX)
|
by joseph63
gcnew keyword
|
|
[2 replies] Last: OK. Thank you for clarification. (by joseph63)
|
Top Level '^' |
|
[9 replies] Last: Okay that's clear to me now. Thanks! :D (by closed account 3TXyhbRD)
|
by bayar
Unicode Characters
|
|
[3 replies] Last: You need to know what encoding was used when the file was written. (by modoran)
|
by rjalaskan
Winsock issues
|
|
[2 replies] Last: Sorry, I was getting highly frustrated and trying things out to see wh... (by rjalaskan)
|
by Lamblion
Cursor - LoadImage
|
|
[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
|
|
[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?
|
|
[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
|
|
[5 replies] Last: I need specs :-) (by guestgulkan)
|
by honamc
What's wrong with this code?
|
|
[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?
|
|
[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?
|
|
[3 replies] Last: thanks for reply! i am using vs2010 for my GUI form designing. (by mchei)
|
by Tomau000
WinMain Background color?
|
|
[2 replies] Last: This worked perfectly. Thank's a lot! (by Tomau000)
|
by metl wolf
txt file input isnt working correctly..
|
|
[2 replies] Last: wow.. that was simple.. thanks! it works now =) (by metl wolf)
|
stream_socket_client() in C++? |
|
[2 replies] Last: Why don't you look at php souce code itself ? (by modoran)
|
by hakon
Filling up networkbuffer?
|
|
[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
|
|
[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 ?
|
|
[3 replies] Last: 1) Load the image to a HBITMAP with LoadImage() 2) Create a new HBITM... (by Disch)
|