Search Results - JustLinux Forums


Search:

Type: Posts; User: Raskii

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    6
    Views
    686

    Yay! Now I can actually start lerning C++...

    Yay!

    Now I can actually start lerning C++ again!!

    Speaking of learning C++ again... Does anyone know of any good C++ books/sites that cover graphical programming with C++? Right now I'm using...
  2. Replies
    6
    Views
    686

    Free Win32 C++ compiler

    Does anyone here know where I can find a free C++ compiler? I don't need anything fancy, just something that will turn my .cpp files into .exe files.

    I've found a couple (there's a Win32 port of...
  3. Replies
    7
    Views
    400

    Well... Studyin' went later than I had planned...

    Well... Studyin' went later than I had planned (why the heck can't Cisco make ACLs simpler :mad: :confused: ) so I only have the "beta 2" version partially finished.

    What I have of it that's...
  4. Replies
    7
    Views
    400

    Would it help more to make all the links on the...

    Would it help more to make all the links on the left side into images (and perhaps set up some rollovers)? I know exactly what you mean, but the way it was before (no images) looked really stupid.
    ...
  5. Replies
    7
    Views
    400

    Hrm... That's weird... The headings should be...

    Hrm... That's weird...
    The headings should be white text on dark red background...

    Lemme look into that. Any other suggestions?
  6. Replies
    7
    Views
    400

    Some constructive criticism please

    I'm getting ready to upload the rest of the "content" for a site and was wondering if you guys (and gals) would be willing to help me come up with a layout that's a little more... inclusive.

    I...
  7. Replies
    4
    Views
    652

    For clearing the screen? I know you can go back...

    For clearing the screen? I know you can go back to the beginning of a line, but can you actually clear the screen (clear the screen, not scroll all the current text off the screen)?
  8. Replies
    4
    Views
    652

    How do I clear the dang screen??!?!?!

    I've been looking for almost a week and I CAN'T FIND HOW YOU CLEAR THE SCREEN IN Java!!!


    Does anyone know how to do this? :confused:

    Even how to shell out commands to the OS (so I can do a...
  9. Replies
    6
    Views
    3,533

    For those of you that use Google, you can now set...

    For those of you that use Google, you can now set your language preferences to "hacker speak." That's my favorite language (next to pig latin :D)
  10. Replies
    14
    Views
    728

    I haven't checked up on it lately, but the last I...

    I haven't checked up on it lately, but the last I checked, IBM was the only company to come out with a SCSI 320 HDD. I think they've also come out with SCSI drives bigger than 18 GB that are 15,000...
  11. Replies
    3
    Views
    1,098

    If you're still ,I got an extra 16 MB Riva TNT...

    If you're still ,I got an extra 16 MB Riva TNT (the original, not TNT2).
  12. Thread: CCAE.org ....

    by Raskii
    Replies
    7
    Views
    664

    I have a question for you CCAE guys... What...

    I have a question for you CCAE guys...

    What level of complexity programs are you looking for right now? Are you looking for simple procedural programming thingies or are you looking more towards...
  13. Replies
    4
    Views
    476

    :eek: Wowie! :eek: Thanks! Now all I have...

    :eek: Wowie! :eek:

    Thanks!

    Now all I have to do is repartition my Hard Drive (or buy another one) so I can use Linux.

    This is the one place where I'm not too fond of System Commander. If...
  14. Replies
    4
    Views
    476

    Arg! XFree86.org (http://www.xfree86.org/) says I...

    Arg! XFree86.org says I have to have 4.1 or later to have support for anything later than a GeForce 2! :(

    Oh well, at least OL 3.1 supports a GUIless install.

    I guess I can try upgrading to...
  15. Replies
    4
    Views
    476

    GeForce3 and OpenLinux 2.4

    It doesn't know what my GeForce 3 is!

    Is there a way to get it to recognise my graphics card? I've tried installing it as an unknown NVIDIA chipset, but then I can only use 640&times480 and 256...
  16. Replies
    12
    Views
    811

    Probably a little better way of doing it (well,...

    Probably a little better way of doing it (well, better if you're writing a large program anyway) would be this:



    #include <iostream.h>
    #include <limits.h>

    int main() {
    int FIRST_INT =...
  17. I like how my instructor describes the difference...

    I like how my instructor describes the difference between CSMA/CD and CSMA/CA.

    Prof: "Let's say you're crossing the street...

    CSMA/CA is where you stick your head out and look left, then look...
  18. Replies
    3
    Views
    570

    How do I make an object in PHP? I know how to use...

    How do I make an object in PHP? I know how to use sessions, but I don't know enough "advanced" programming to do objects. Do you know of any (simple) examples?
  19. Replies
    2
    Views
    527

    I don't want to reload the page, I want to load...

    I don't want to reload the page, I want to load the same page and send an array through the query string.
  20. Replies
    3
    Views
    570

    OK... Let's try this... PHP Form Help.

    I've given up the sending information back to the "parent" window idea and have decided to try a little more... standard method of creating my form.

    I still have a problem though. I want to be...
  21. Thread: php getdate()

    by Raskii
    Replies
    7
    Views
    996

    You should be able to simply read the first 4...

    You should be able to simply read the first 4 characters out of the variable. Not sure how to do this off the top of my head though.
  22. Replies
    5
    Views
    505

    Why don't you just run CLOCK.EXE from C:\WINDOWS?...

    Why don't you just run CLOCK.EXE from C:\WINDOWS? You can set it up in a personalized Start Menu or, if you really know what you're doing, you can even add a registry key to start it when you logon...
  23. Replies
    2
    Views
    527

    Naming windows/popups with JavaScript

    I'm working on a rather large PHP/JavaScript form and I want to reload the "parent" form from a popup window. How do I do this? I'm using frames and have given the "parent" form a name (ParentForm),...
  24. Replies
    2
    Views
    663

    LoL! It's not actually a form yet. Right now,...

    LoL! It's not actually a form yet. Right now, it's just set up as an example of how the page should change as you add items.

    Also, even though it works in Netscape, IE makes it look a little...
  25. Replies
    2
    Views
    663

    Help with a Big PHP Form

    I'm working on a form that acts as a shopping cart but I have some problems.

    Note, I've set up a little "demo" (it's not actually a real form) that shows kind of what I want. It's at...
Results 1 to 25 of 47
Page 1 of 2 1 2