
please wait
by ZioCain
C++ Builder (v3.00) new component
|
Hi everybody. I'd like to "edit" the appearance of the standard BUTTON (Tbutton class, I suppose) but I don't know how to inherit everything of it and just cha... |
Oct 28, 2011 at 4:28pm
[no replies]
|
by ZioCain
Play AUDIO files (mp3,midi,wav)
|
Hi everybody, I'd like to make a program to play/record sounds... The format I absolutely want to play are wav and midi (because I know there are some functio... |
Oct 28, 2011 at 4:13pm
[8 replies] Last: OkOk I see... Ok thank you...really! (by ZioCain)
|
by ant1989
Visual Studio Error
|
Getting Error: Expression must have a (pointer-to-) function type. Its in the last function. #include <iostream> #include <fstream> using namespace std; ... |
Oct 28, 2011 at 3:26pm
[2 replies] Last: thanks so much, that really help (by ant1989)
|
by Pratik Jain
Graphics.h problem....
|
I am unable to write text using outtext or outtextxy while I am using putpixel function.....the text does not get displayed...please help asap.... |
Oct 28, 2011 at 7:25am
[no replies]
|
by Rudy13
compiling error please help
|
//it does not even give me an error to fix please help #include <iostream> #include <ctime> #include <cstdlib> #include <iomanip> using namespace std; ... |
Oct 28, 2011 at 2:28am
[4 replies] Last: What's wrong with installing XCode? XCode's clang-ripoff should be abl... (by Albatross)
|
Errors after running NeHe Lesson 2 |
Compiler: VC++ '08 OS: Windows 7 Starter Edition I have installed all the miscellaneous header files into their proper places (I specify that because it gav... |
Oct 28, 2011 at 1:56am
[1 reply] : Have you tried these? MessageBoxW(NULL, L"Hello World!", L"Hello Wo... (by TheMassiveChipmunk)
|
by fkrafi
Compile C++ using cmd
|
I can compile following code using "cl A.cpp" but i want to compile with an input file A.in and generate output file A.out.. is there any why to do that from cm... |
Oct 27, 2011 at 5:22pm
[1 reply] : Are you wanting to run the app after it is compiled using file A.in as... (by ixuta)
|
Compiling Help. |
Hello, I am using Codeblocks 10.05 on W7 32 bit, and every time I compile, I get Linking console executable: bin\Debug\Actual Entity .exe c:/program files/cod... |
Oct 27, 2011 at 3:24am
[no replies]
|
by kafedral
file recovery
|
hey, I've been wondering, how do file recovery programs work? Once a file is deleted, the reference to it is simply deleted and the actual data is still there.... |
Oct 27, 2011 at 12:57am
[3 replies] Last: Probably won't find many people willing to point you in the right dire... (by ProgrammingNoob)
|
by gh24
Getting Separate Vectors from txt File
|
Hi Guys, I am struggling a lot at this point and could really use some help. I have the following code that works with getting data from a text file and sto... |
Oct 26, 2011 at 7:23pm
[1 reply] : You need to: 1. Read the number of lines 2. For each line: 2a: Read th... (by kbw)
|
by Lamblion
Sending Emails
|
For those of you trying to send me emails, instead of using this venue, go to my website and click on the "Contact" button -- http://www.lamblion.net |
Oct 26, 2011 at 4:39pm
[no replies]
|
by Gaminic
Simple MFC user input.
|
Hello, I'm creating a very simple GUI for a little project. Basically, I'd like to be able to change parameters without having to edit code, compile and run.... |
Oct 26, 2011 at 2:02pm
[5 replies] Last: Now that's really easy. With the resource editor you can create the me... (by coder777)
|
by ToniAz
Cutting down on executable size (1,2)
|
Hello Everyone! I am doing a simple program on downloading files to PC. I'm not using cURL or something like that (because of poor lack of documentation), in... |
Oct 26, 2011 at 5:39am
[20 replies] Last: @freddie1, Yeah, the examples I've seen on WININET involved those f... (by ToniAz)
|
by Nybble
DialogBox "the right way"?
|
So here is my dilemma... int WINAPI WinMain(HINSTANCE hInstance,HINSTANCE hPrevInstance,LPSTR lpCmdLine, int nShowCmd) { MainHinst = hInstance; HWND hD... |
Oct 26, 2011 at 3:05am
[4 replies] Last: Ok thanks for clearing that up bro. (by Nybble)
|
by Pouyaaa
Got blue page as ZwQuerySystemInformation hooked (SSDT Hooking)
|
Hi guys I've written a program which was described at Rootkit: Subverting ...... to hide a process like calc.exe but whenever I try to open task manager to see... |
Oct 25, 2011 at 7:46pm
[no replies]
|
by henry1999sg
PostMessage seems not working
|
I want to change SendMessage to PostMessage in a C++ application. but I never receive a message by using the PostMessage. below is the code. 1.create a thre... |
Oct 25, 2011 at 6:57pm
[1 reply] : You many threading issues. I'm not sure what the context is. You may... (by kbw)
|
WaitForMultipleObjects acting strange |
Hey everyone, it's been a while since I've written any code, so I'm sorry if it's messy. I'm trying to write some functions that will type text to the consol... |
Oct 25, 2011 at 4:30pm
[1 reply] : OK, I got it. I wasn't aware that ENABLE_MOUSE_INPUT was on by defaul... (by Branflakes91093)
|
by DSTR3A
Passing A Variable To SQL
|
I have a variable that is an IP address. It is saved as text in my Access 2010 database. I am trying to run this query with ipSrc and the query always fails. My... |
Oct 25, 2011 at 12:33pm
[16 replies] Last: Most definitely these threads have helped me. freddie1 got me kickstar... (by Lamblion)
|
SFML Help. |
I am new to GUI's, and I heard that SFML would be a great starter. After a while of struggling to link the libraries (not the problem), I finally got it to work... |
Oct 25, 2011 at 11:36am
[3 replies] Last: That's quite an outdated tutorial. I suggest you use SFML 2.0 at this ... (by anonymous23323124)
|
by ceruleus
devenv command line build question
|
Hello all, I am currently using a script to build my project, the script is something like devenv.exe mySolution.sln /Rebuild "Release|Win32" /Project "m... |
Oct 24, 2011 at 9:06pm
[1 reply] : It doesn't appear that DevEnv supports this functionality. I only h... (by andywestken)
|