Search found 2 matches

by AlmightyJu
Wed Nov 24, 2010 12:10 pm
Forum: MOC/MOS/MOI/MOU/X-Board/MOP
Topic: MOU AL202 Linux Null Characters
Replies: 3
Views: 31823

Hi Troy,

The commands I send as bytes since it makes more sense to me, i could understand the X but I'd never seen the logo character since I changed the start screen so now i know :)

The relevant bits of code are:


void turn_on_screen(){
cout << "Turning on screen press ENTER to continue ...
by AlmightyJu
Mon Nov 22, 2010 1:25 pm
Forum: MOC/MOS/MOI/MOU/X-Board/MOP
Topic: MOU AL202 Linux Null Characters
Replies: 3
Views: 31823

MOU AL202 Linux Null Characters

Hi,

I've just switched over to using Linux and am having some problems making a program to control my screen, i made a program in .net on windows and it works without an issue, so i dont know if its a c++ issue or Linux. This is my first go at c++ so wouldn't be surprised if i'm missing something ...