Page 2 of 2 FirstFirst 12
Results 11 to 19 of 19

Thread: Programmers Please Read

  1. #11
    Senior Member
    Join Date
    Sep 2001
    Posts
    535
    very good ...nice post smirc...keep it up...

    thanks for the information...

    intruder...
    A laptop, internet connection and beer.

  2. #12
    Member
    Join Date
    Dec 2001
    Posts
    75

    Unhappy

    Originally posted by jparker[]
    Blah.. correct coding proceedure..

    #include <stdio.h>

    int main()
    {
    printf("blah blah\n");

    return(0);
    }
    still isn't running when i click on it it just never opens




    -Guerrilla Se7en

  3. #13
    Uhm, click on it? What the hell are you doing? What are you using X Win?!

    That's a C app. Why not open a terminal and just run it from the CLI? Bah @ X Win.
    Jason Parker - http://www.o-negative.net
    o-Negative: Information Network

  4. #14
    Senior Member
    Join Date
    Jan 2002
    Posts
    882

    Lightbulb

    //: C02:Blah.cpp
    #include <iostream> // Stream declarations
    using namespace std;

    int main() {
    cout << "Blah "
    << 3 << " Blah, Forever!<< endl;
    } ///:~
    The COOKIE TUX lives!!!!
    Windows NT crashed,I am the Blue Screen of Death.
    No one hears your screams.


  5. #15

    Thumbs up

    good post! well done!

    muchos grassy ass
    4ChecK

    --ssshhh, be vewry, vewry quiet...

  6. #16
    Senior Member
    Join Date
    Sep 2001
    Posts
    193
    //just making a little java Want some

    import javax.swing.JOptionPane;

    public class Blah {

    public static void main( String args[] )
    {

    JOption.showMessageDialog( null, "Blah\nblah\nBlah!" );

    System.exit(0);

    }

    }
    [shadow]l3aDmOnKeY[/shadow]

  7. #17
    Member
    Join Date
    Dec 2001
    Posts
    75

    woohoo!

    Ok thanks it worked in the terminal but why don't it work in Xwindows? or will i need to run all C in the terminal? thanks sooo much though




    -Guerrilla Se7en

  8. #18
    Senior Member
    Join Date
    Oct 2001
    Posts
    638
    I got a pretty good response on this so here's some more cool programming links. This time there's COBOL, C++, Java, VB and some others.

    Teach Yourself Visual C++ 6 in 21 Days
    http://freebooks.by.ru/view/VisualCPP6in21day/


    Internet Game Programming with Java in 21 Days
    http://www.njnet.edu.cn/info/ebook/java/javagame/


    Teach Yourself COBOL in 21 days, Second Edition
    http://library.cs.tuiasi.ro/programm...s-2nd_edition/


    Visual Basic 4 Unleashed
    http://www.eed.usv.ro/misc/doc/prog/vb/vbunl/


    Teach Yourself Visual J++ in 21 Days
    http://news.hut.edu.vn/books/Teach%2...n%2021%20Days/


    Teach Yourself Oracle 8 In 21 Days
    http://member.netease.com/~andymsj/ora21/index.htm


    Teach Yourself SQL in 21 Days, Second Edition
    http://members.tripod.com/er4ebus/sql/


    Teach Yourself Borland Delphi 4 in 21 Days
    http://www.kaposnet.hu/books/tysdelphi4/




    Keep programming...
    =)
    OpenBSD - The proactively secure operating system.

  9. #19
    Senior Member
    Join Date
    Sep 2001
    Posts
    145
    Hello Guys!

    Good day to all! You might like to check this site as well: www.programmersheaven.com. It has good tutorials as well as good related links

    Have fun!!!
    _______________

    "I expect to pass through life but once. If, therefore, there be any kindness I can show, or any good thing I can do for any fellow being, let me do it now… as I shall not pass this way again. " ~William Penn

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •