Is there a way to run two codes in a program at the same time. For example, I have this program that is getting information from two things....
I have the code to open a serial port using C++ but i was wondering if it would be better to send info via parallel port? Can someone please...
Is there a way to add graphics to a program in C++ to make it look more fancy and just the boring type DOS window?
The code is working properly, but somehow I keep on getting 255 This code is suppose to get information out of the microcontroller via the...
Is there such a code that can read serial ports or usb ports in real time? Some help please...
Lets say that there is a device connected to one of the usb ports in my computer. That device is sending numbers to my computer. I want to create...
Hi does anyone here know how to read from a serial port using c++? I just got this got from the internet but it doesnt work: CSerial serial;...
Ok, I have this code using fscanf, basically what I want to do is to send lets say a string "y = " followed by a number. Then I close the file...
Can someone please help me with this code... I am trying to send info to notepad when I click a mouse button. LRESULT CALLBACK WndProc(HWND...
ok so I have this code #include <windows.h> #include <winuser.h> #include <iomanip> #include <iostream> LRESULT...
Is there a way that when you click a mouse button, it can send info to a notepad file. Or even better, a code in C++ that can program a button to...
How can you create a text file, write info in it, and then delete it. I know how to wright into it or extract info out of it, but I really don't...
I created a project and added two programs to it. For some reasons it doesnt want to compile...i get this... multiple definition of main first...
this is my code in C++ #include <windows.h> #include <winuser.h> BOOL GetCursorPos ( LPPOINT lpPoint ); DWORD WINAPI GetLastError...
Is there a way to get the coordinates of the mouse using C++ codes?
Separate names with a comma.