Search:

Type: Posts; User: Alien_Freak

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    3,113

    you can... you could write your own version of...

    you can...

    you could write your own version of command.com

    it's a program after all....

    or just create a bootable floppy (format a: /s)
    and change/create autoexec.bat

    to run a single...
  2. Replies
    14
    Views
    2,390

    using MP gives you lots of power... but...

    using MP gives you lots of power...

    but generally have two processors doesn't add up to their sum.

    ie. two PIII 500s will not add up to a 1 GZ cpu...it'll be slightly slower just from the...
  3. Replies
    11
    Views
    2,063

    KISS

    if he's using windows XP, i assume ntldr is handeling his dualbooting....

    in that case...all u'd have to do is edit your boot.ini file off your primary particion and delete the reference to your...
  4. Replies
    9
    Views
    1,871

    Developers Program

    does anyone know of a good professional developer tool for linux.


    something with a gui interface, a decent debugger, etc.

    I've used KDevelop briefly, but wasn't too impressed with it, though...
  5. Replies
    33
    Views
    4,609

    Poll: best distro

    if you're new to Linux either Red Hat or Mandrake would work best.. they're both geared toward newbiest

    ie. they're the windows of linux distro...point and click and the follow the KISS...
  6. Replies
    1
    Views
    1,310

    fixing created another issue

    ok, i took ur advice, now it doesn't abend abnormally...

    it doesn't print the output for the sort.

    ie. myshell> cat myfile || sort

    until after i exit from the parent

    new version of...
  7. Replies
    1
    Views
    1,310

    pipe not working

    i was wondering if anyone could give me a hint as to what i'm doing wrong...

    program takes in a two commands and pipes them using the || instead of the standard unix pipe ( | ).

    it runs the...
  8. Thread: apache

    by Alien_Freak
    Replies
    7
    Views
    1,363

    Webmin

    just a suggestion, but if you wanna get started fast and easy, without getting into all the details, u can always try webmin for linux

    do a google search for it, u'll get a link for it.

    it's...
  9. Replies
    1
    Views
    3,348

    inline asm on a sparc

    hi all,

    i'm trying to include some basic x86 code as inline assembly in a C program. worked fine on my own pc i was using nasm && gnu lib gcc/g++ as my compilers.

    my only real question is...
  10. after reading all these replies....wouldn't it be...

    after reading all these replies....wouldn't it be simpler to just sort the numbers...

    it would make life simple...but personally i live by the KISS philosophy...so i'm slightly biased.
  11. Replies
    3
    Views
    2,931

    Duh!

    let me know if i need to post the full source, it could help.
  12. Replies
    3
    Views
    2,931

    recursive insertion sort.

    hi all,

    before i get any post about how pointless a recursive insertion is...i know it is...but it's for an assignment...and i've been playing around w/ it 'till the point where i can't tell...
  13. Replies
    2
    Views
    6,325

    to the best of my knowledge... u can't do it...

    to the best of my knowledge... u can't do it using conio.h

    which is the graphic library w/h Turbo C uses.
  14. Replies
    8
    Views
    1,735

    the basis of it is... C++ builds on C... ...

    the basis of it is...

    C++ builds on C...

    it's a good idea if u understand C before you pick up C++,

    though it's not necessery...

    as to the question if companies still code in C...
  15. Replies
    6
    Views
    1,203

    at first glance, i'd say there has got to be...

    at first glance, i'd say there has got to be quite a few things u could do to make this code less ugly...

    it's just ewwwww....

    man...put it some loop when u're building the arrays instead of...
  16. Replies
    4
    Views
    2,317

    just curious...but any reason why u're using...

    just curious...but any reason why u're using pointers to ints instead of just having straight out integers.

    if u're gonna be using pointers anyways...why not making void *, u could use them then...
  17. Replies
    4
    Views
    2,065

    what graphic library are u using... if u're...

    what graphic library are u using...

    if u're using conio.h which comes with Turbo C (awful compiler btw) it'll only support 16 colors, and 16 blinking colors (very useful to drive your teacher...
  18. Replies
    3
    Views
    1,228

    if u're too lazy to write it urself.... here's...

    if u're too lazy to write it urself....

    here's a wild idea.

    #include <queue.h>
  19. Poll: here's a wild idea.

    how about actually fixing the damn code to make windows, *shock* an actually stable OS....

    one that doesn't crash every 20 clock cycles.
  20. Replies
    10
    Views
    10,461

    question to Prelude.

    hey,

    nice code...i just have one question.. is the variable UNIX and WIN defined no matter which compiler u use?

    that looks pretty slick if it is....

    also, would u need to use LINUX if...
  21. Replies
    41
    Views
    8,669

    Poll: ok... first of all...i'm not even getting into...

    ok...

    first of all...i'm not even getting into the MSFT vs. *nix war...

    that's one debate that just gives me headaches and is purely pointless...

    u can like 'em or hate 'em, ur still forced...
  22. Replies
    3
    Views
    1,341

    cin question....

    hi all,

    i have a question is there a way to make cin to read in all characters... i just use it straight out (ie cin >> ch; )

    it never grabs the \t \n and other such characters....

    i want...
  23. Replies
    3
    Views
    1,171

    one...pick up a book on either C OR C++ and read...

    one...pick up a book on either C OR C++ and read up on 'em...

    anything u can do in C u can do in C++ but no the other way around.

    C uses malloc, realloc (i think) and free to handle dynamic...
  24. Replies
    2
    Views
    1,263

    not exactly sure what ur trying to do but try to...

    not exactly sure what ur trying to do but try to trim that function down to its bare necessities and see if the recursion works,

    then add the rest of the code.

    recursion can be a royal b**** to...
  25. Replies
    10
    Views
    10,461

    here's one that works pretty nicely. ...

    here's one that works pretty nicely.


    system("cls"); use this if ur running under windows.
    system("clear"); or this if ur running under *nix.

    if u wanna get fancy u can...
Results 1 to 25 of 28
Page 1 of 2 1 2