Search:

Type: Posts; User: pete777

Search: Search took 0.01 seconds.

  1. Replies
    14
    Views
    8,395

    what is the best compiler for learning besides...

    what is the best compiler for learning besides DEV-C++?
  2. Replies
    14
    Views
    8,395

    DEV-C++ and Cygwin compiler !!!!!

    Hey thank you, I'll give it a try.....
  3. Replies
    14
    Views
    8,395

    DEV-C++ and Cygwin compiler !!!!!

    This is what the help file in DEV-C++ says:
    * Configuring for Cygwin compiler:

    Run Dev-C++, goto Compiler Options (in Options menu). Remove all C, C++ and Lib directories, and replace them by a ....
  4. Replies
    14
    Views
    8,395

    DEV-C++ and Cygwin compiler !!!!!

    Because Cygwin is what they use at school and I want to be on the same page as them.
    Thanks
  5. Replies
    14
    Views
    8,395

    DEV-C++ and Cygwin compiler !!!!!

    It seems that it does, I installed it and so far no problem. I just want to link it to DEV-C++ so I can use its editor.
  6. Replies
    14
    Views
    8,395

    DEV-C++ and Cygwin compiler !!!!!

    Hi, I was advised that DEV-C++ can work with GNU Cygwin compiler, however, the instructions in DEV-C++ want me to modify "autoexec.bat" and I have Windows XP. Windows XP doesn't have that file. Would...
  7. Thread: gnu g++

    by pete777
    Replies
    6
    Views
    1,992

    re: g++

    thanks
  8. Thread: gnu g++

    by pete777
    Replies
    6
    Views
    1,992

    g ++

    Thanks a lot, but is that really hard to install? I'm used to clicking on a setup file and let the wizard guide me thorugh when I installed a program. I tried to download it but I got all confused...
  9. Thread: gnu g++

    by pete777
    Replies
    0
    Views
    922

    gnu g++

    Thanks a lot, but is that really hard to install? I'm used to clicking on a setup file and let the wizard guide me thorugh when I installed a program. I tried to download it but I got all confused...
  10. Thread: gnu g++

    by pete777
    Replies
    6
    Views
    1,992

    gnu g++

    Thanks very much, I'm almost done with Intro to C++ at school and I've been using "Turbo c++" which is very old .Someone recommended g++ to be a little more up to date. So which g++ would you suggest...
  11. Thread: gnu g++

    by pete777
    Replies
    6
    Views
    1,992

    gnu g++

    Has anyone heard about gnu g++? and if so would you please let me know where to download it from? I was told about this "gnu g++" but I'm confused, I don't know if they referred to DJGPP or some...
  12. Thread: Turbo C++

    by pete777
    Replies
    5
    Views
    6,249

    Thanks, but I couldn't find it. PLease let me...

    Thanks, but I couldn't find it. PLease let me know of any site where I can download Turbo c++ 4.5

    Thanks again, have a good day!
  13. Thread: Turbo C++

    by pete777
    Replies
    5
    Views
    6,249

    Turbo C++

    Does anyone know where to get Turbo c++?? Or is anyone willing to share it with me?

    Thanks
  14. Replies
    8
    Views
    1,495

    Re: TLabel in BorlandBuilder5 help!!!

    Thanks once again for all your help! The only reason I wanted to do it like that is to practice what I learned in class today. In the Lab, we have this old compiler called Turbo C++ and even though...
  15. Replies
    8
    Views
    1,495

    Re: TLabel in BorlandBuilder5 help!!!

    Hey Thanks again, I was able to print with the instructions. Is there any way I can print it just by using code as in the example?
    If you can give an "Hello World" example with code and where to...
  16. Replies
    8
    Views
    1,495

    Re: TLabel in BorlandBuilder5 help!!!

    In other words, I want to have "hello world" print by using code; either this code or any code that works with builder5.

    #include <iostream.h>
    main ()
    {
    cout<<"hello world";

    ...
  17. Replies
    8
    Views
    1,495

    Re: TLabel in BorlandBuilder5 help!!!

    Thanks for your response. I tried that, but I doesn't give me the results I want.
    All I want is to print "Hello world" and all I get is a grey screen without output.
    As you can see I'm just...
  18. Replies
    6
    Views
    1,268

    Re: turboC++/Borland builder5 help!!!!

    Thanks a lot I GOT IT! I guess I'll have to play with it more so I can figure out how it works.

    Thanks Again!!!!
  19. Replies
    6
    Views
    1,268

    Re:turboC++/Borland builder5 help!!!!

    I tried that and had no luck. No matter I open a new one, it still opens it with code on it.
  20. Replies
    6
    Views
    1,268

    turboC++/Borland builder5 help!!!!

    Hi I just started learning C++. The compiler I use in college is turbo C++ and at home I'm testing the free trial of Borland builder enterprise. All I use in school is #include<iostream> and main()...
Results 1 to 20 of 20