Page 3 of 3 FirstFirst 123
Results 21 to 27 of 27

Thread: application to run basic C/C+

  1. #21
    Join Date
    Jul 2009
    Posts
    3,700
    Rep Power
    18

    Default

    yo IMAC, Gemel....unnu should a link mi first cause mi hav all a di ansa dem 2 unnu questions...

    ur os being x64 shouldnt b a prob....mine is n it doesnt cause those probs....

    The prob is with the compiler itself.....more time wen mi a use codeblocks a same error mi get....all u have 2 do is save ur work as a txt file in notepad or supm.... exit blocks n try again....that works 9/10 times 4 me.

  2. #22
    Join Date
    Feb 2010
    Posts
    39
    Rep Power
    0

    Default

    are you sure flexxx?

    ok i'll try that

  3. #23
    Join Date
    Feb 2010
    Posts
    39
    Rep Power
    0

    Default

    Hey Flexx

    It worked

    thanks yo!



    #include <iostream>

    int main ()

    {
    std::cout << "Welcome to C++!";

    return 0;

    }

  4. #24
    Join Date
    Jul 2009
    Posts
    3,700
    Rep Power
    18

    Default

    Quote Originally Posted by Imac View Post
    Hey Flexx

    It worked

    thanks yo!



    #include <iostream>

    int main ()

    {
    std::cout << "Welcome to C++!";

    return 0;

    }
    yeah man....glad i could help

  5. #25
    Join Date
    Feb 2010
    Posts
    39
    Rep Power
    0

    Default

    Yeah man , Big up

  6. #26
    Join Date
    Nov 2009
    Posts
    2,021
    Rep Power
    0

    Default

    Quote Originally Posted by Imac View Post
    hey Gemel , can you tell me what book u using to practice c++?
    I have dietel and dietel ebook but i folllow them and when i type "return 0;"
    i get an error from my IDE/compiler
    when i change it to "return 1;" the basic first program we write works fine ..
    people say that dietel and dietel books are not with the standards of ISO and the other body.....
    I need a recommended book
    There are a few ebooks and sites that can put you on your way. If you are completely new to c++ try http://www.cprogramming.com/tutorial/lesson1.html

    Thats by far the easiest and clearest tutorial I know and its what got me started... I might create a topic and dump all the tutorials and ebooks there.
    man dar Jamaica zandegi mikonam.. JTW Magazine for all your analysis & financial news http://www.facebook.com/JtoMag1876JamaicaOnline

  7. #27
    Join Date
    Jul 2009
    Posts
    3,700
    Rep Power
    18

    Default

    Quote Originally Posted by kalel17 View Post
    I might create a topic and dump all the tutorials and ebooks there.
    that would a gud mi boss.....mi pree da link deh 2 n it simple fi real

Posting Permissions

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