Hello everybody!
Me and some friends are going to try and make a program in C++ to read and write signals to the com port.
How do I code that?
User Profile
Collapse
-
Replacing stuff after being written on screen
Hi!
I' fairly new to all this programming, so my question might be stupid, but still, I need an answer =)
I want to replace a single row on the screen, like this.
#include <iostream>
#include "windows.h"
using namespace std;
void main(void)
{
cout << "Loading... " << endl;
for(int x=0;x<20;x++)
{...
No activity results to display
Show More