Search:

Type: Posts; User: LittleJohn

Search: Search took 0.00 seconds.

  1. Replies
    12
    Views
    2,109

    I've always preferred Asus and Soyo Dragon...

    I've always preferred Asus and Soyo Dragon boards. Gigabyte boards like to break as soon as the warranty expires; I've never owned one but I've heard enough horror stories to stay away from them. I...
  2. Replies
    2
    Views
    1,071

    You have to use the conversion specifier %c to...

    You have to use the conversion specifier %c to print the character the integer stored in memory represents. for example:



    char variable = 'a';

    printf("%d = %c", variable, variable);

    ...
  3. Replies
    4
    Views
    1,306

    Actually you would need an or statement instead...

    Actually you would need an or statement instead of the and statement. (Quarter < 1 && Quarter > 4) will always evaluate to false.
  4. Replies
    8
    Views
    4,223

    You say "TSR", I think "Tactical Studies Rules". ...

    You say "TSR", I think "Tactical Studies Rules". Unless you're making some sort of strategy RPG, I have no clue what you're talking about.
  5. Replies
    10
    Views
    3,898

    I use a 56k usr external modem. It works great. ...

    I use a 56k usr external modem. It works great. I think they cost $90 new. RH9 autodetected it. I only had a small problem when I first installed it, which I fixed after reconfiguring my IRQ's...
  6. Thread: Wiping HD

    by LittleJohn
    Replies
    11
    Views
    1,515

    Please read my above post again, and learn to use...

    Please read my above post again, and learn to use proper english while attempting to insult people's intelligence.

    Opening a new account would require obtaining a new credit card number. Which...
  7. Thread: Wiping HD

    by LittleJohn
    Replies
    11
    Views
    1,515

    haha.. I'm just looking to keep my good name and...

    haha.. I'm just looking to keep my good name and credit clean. I don't want to donate my PC to a church, and some kid doing community service there somehow gets enough info on me to start opening...
  8. Replies
    9
    Views
    1,975

    What I'd do...... Check for: 1. Is the PSU...

    What I'd do......

    Check for:
    1. Is the PSU turned on, and plugged into a working outlet?

    2. Is the ATX power cable plugged into the mobo?

    3. Is the 4-pin CPU power plug connected? (I'm...
  9. Thread: Wiping HD

    by LittleJohn
    Replies
    11
    Views
    1,515

    Wiping HD

    Hi! I've read somewhere that people can read through layers and layers of data on a hard disk. So even if you format your hard disks and write over the old clusters, someone can still read what was...
  10. Replies
    7
    Views
    1,496

    I think everyone is make a bigger deal of this...

    I think everyone is make a bigger deal of this than needs be. You shouldn't have to use fancy code for something simple as this. I'm half tempted to post at 30 line program here here, but I don't...
  11. Replies
    10
    Views
    2,782

    THanks, folks! I like the feel of the Nedit. ...

    THanks, folks!

    I like the feel of the Nedit. It has a simple user interface and the features I'm looking for. There must be a bug in it, I might try fixing it.. depends on how long it takes. ...
  12. Thread: the main

    by LittleJohn
    Replies
    9
    Views
    1,597

    There are. I believe they are OS specific. In...

    There are. I believe they are OS specific. In MS DOS a return of 0 means "Program exited successfully", 1, 2, and 3 (and probably many more) are different error codes which I am unclear of the...
  13. Replies
    10
    Views
    2,782

    Learning emacs would defeat the purpose of...

    Learning emacs would defeat the purpose of finding another program, as I didn't want to take the time to teach myself emacs.

    One of the reasons I'm experimenting with linux is I want to spend more...
  14. Replies
    10
    Views
    2,782

    Text Editor (RH Linux)

    Hi! I've recently installed Red Hat Linux 9 on my PC, for software development purposes. I hear good things when it comes to Linux and programming.

    I've tried using the emacs text editor that...
Results 1 to 14 of 14