🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Help!!!!!!

Started by
9 comments, last by windsor 23 years, 3 months ago
Hi peoples!!!!My name is Lucas!!!I''m is a new in programming!!!!!I precise assistence with Linux!!!!! Thank You!!!!
Advertisement
What''s your question?
I'm reminded of the day my daughter came in, looked over my shoulder at some Perl 4 code, and said, "What is that, swearing?" - Larry Wall
Yeah, it''s kinda hard to answer a question when you don''t know what the question is

Currently consolidating my power...

Commander M
(a.k.a. Crazy Yank, digitalp1aya, and countless other things)
http://commanderm.8m.com
CmndrM@gdnmail.net
And I thought everybody here was clairvoyant



-------
Andrew
So the question is? Whats the question!

Windows SUCKS! Deal with it!
if(windows crashes)
{
run Linux
}
else
{
yea right!!
}

Resist Windows XP''s Invasive Product Activation Technology!
If it''s THE question, then unfortunately we can''t know it. At least as long as we know the answer: 42

cu,
Prefect

Resist Windows XP''s Invasive Production Activation Technology!
Sanity is the trademark of a weak mind.
Widelands - laid back, free software strategy
good boy... u can begin using linux... the righ way ;-)
the first think i do when i found a new os id to try to compile my first c program

#include

int main( void ){
printf("Hello!");
return 0;
}

save it as hello.c

then compile it with gcc:

gcc hello.c -o hello

then run it:

./run
./hello

would probably be better
Real unix gurus use cat >a.out though

Oh, have you ever tried to run "format c:" with bash?

cu,
Prefect

Resist Windows XP''s Invasive Production Activation Technology!
Sanity is the trademark of a weak mind.
Widelands - laid back, free software strategy
OK, next thing: How I do GUI (Graphical User Interface) -programs to Linux (KDE or Gnome).

I wrote pretty good DataBase-interface to Windows (95/98/NT/2000), it''s can use most popular servers ( MS SQLServer7.0, Ortacle 8i and InterBase). I coded that first VisualBasic, then Borland C++ Builder5. I like object oriented languages...

Can I use my source C-code to portal executable software to linux and unix (Sun)? What is The Best Programming Tool ? I like Borland (or what it''s name are today)

Answer should be different than 42 ;-)

commments..

This topic is closed to new replies.

Advertisement