linux & A-tractor

Forum Archive - from http://theuniversal.net
Locked
User avatar
Knoxjoey
Posts: 98
Joined: Tue Sep 30, 2003 8:52 pm
Location: Canada
Contact:

linux & A-tractor

Post by Knoxjoey »

//the following post is done in C++ with iostream.h for dos console or sumtin (i'm bored and need practist :P)

include <iostream.h>
include <string.h> // i forget what .h is used for strings :(
int main()

{
string chocie;
cout<<"i cant get linux too run A-tractor even with useing a emulator \n";
cout <<"so i was wondering if a-tractor will have any liNux support sum \n";
cout<<"time in the future :D ? if so select yes if not select no. \n";
cin>>chocie;
if chocie = yes //there is truble here isnt there ?
{
cout>>"yey a-tractor for linux :D";
return (0) //i dont think this gose here ?
}
else if no //this no work i bet :D
{
cout>>"no? noooo evil, evil the 4 or ppl that use linux and play a-tractor will be upset :P ";
}
}
//yey it's done and i dont even feel like compiling it :D (gose back to wonders how many can read his post)
//and ill try not too do it agian i just need some practist havent done any programing in a while :P
User avatar
Mattizme
Posts: 615
Joined: Sat Oct 04, 2003 6:23 pm
Location: At work/school/home
Contact:

Post by Mattizme »

/* Please note: now in C. Dunno Cpp. */
choice = no;
const char Explanation[256];

Explanation = "Since A-tractor is written using DirectX 8 and Linux does not um.. lke DX8, you'll have to wait a while. Since I last checked, WINE didn't like directX too much, but there has been mods for certain games in the .exe file to allow for this, they're usual;ly buy-able games, and they have to be done individually. Possible as it is, it'd be an arse to do it." /* I wonder if that really is under 256 characters.. something makes me doubt it. */

Printf( Explanation );

return( "Empty-handed" )
User avatar
Knoxjoey
Posts: 98
Joined: Tue Sep 30, 2003 8:52 pm
Location: Canada
Contact:

well... that isnt exactly the prob

Post by Knoxjoey »

//more cpp :D with bits taken out too stop wasting space :P

{
cout<<"well i wish i could get that far :P i cant get too small mode";
cout<<"i always seem too run out of ram before i get to small mode :(";
cout<<"and also i have problems see what gate ways are up but i can get too isle";
cout<<"but maby i shouldent say anything about that till i learn WINE :P";
cout<<"just me ? or is this turning into a mini form game with relevant info :X";
return(0);
}
User avatar
Mattizme
Posts: 615
Joined: Sat Oct 04, 2003 6:23 pm
Location: At work/school/home
Contact:

Post by Mattizme »

ok, can't be arsed to C it, so here it is:

WINE is an emulator of windows sheet for Linux. you can't learn it.

How much memory you got, knox?[/url]
User avatar
Knoxjoey
Posts: 98
Joined: Tue Sep 30, 2003 8:52 pm
Location: Canada
Contact:

ook matt

Post by Knoxjoey »

well what i mean by learn wine is by setting it up too read difrent .dll n' sheet

and i only got 128mb of ram :P (yes i know.. i am trying too get more)
Locked