User Profile

Collapse

Profile Sidebar

Collapse
Naforce
Naforce
Last Activity: Dec 6 '07, 06:09 AM
Joined: Nov 1 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Naforce
    started a topic C++ and serial/com port
    in C

    C++ and serial/com port

    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?
    See more | Go to post

  • Naforce
    started a topic Replacing stuff after being written on screen
    in C

    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++)
    {...
    See more | Go to post
No activity results to display
Show More
Working...