CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Jrnoe

Search: Search took 0.03 seconds.

  1. Replies
    11
    Views
    1,388

    Re: Why is this program return 0 ?

    Thanks, Codeblocks looks cool, I am downloading it now OK ?
  2. Replies
    2,690
    Views
    1,020,491

    Re: What Song Are You Listening To Now¿

    On the radio

    Sometimes by Britneys

    "....
    I wanna believe in everything you say
    cos it sounds so goood
    ....
    thats things about me you just have to to know
    sometimes i run
  3. Replies
    11
    Views
    1,388

    Re: Why is this program return 0 ?

    Oh noo, that much ?(if such was the money amount for me)

    I am just start learn C++ for a few weeks, I don't think I can memorize all of them, Can you recommend a visual debug tool that is free to...
  4. Replies
    1
    Views
    964

    Extemd the base memory

    I installed my ubuntu 3 months ago, at that time I set the base memory to be 256 MB only, I can't find where the option to increase it/ Can you help how to increase it to 512

    Thank you
  5. Thread: Download Linux

    by Jrnoe
    Replies
    14
    Views
    19,978

    Re: Download Linux

    Hello, I am using ubuntu, it's best easy to use and it's composed by friendly guis,
  6. Replies
    11
    Views
    1,388

    Re: Why is this program return 0 ?

    Oh thanks I see it now,
    Could you show me how to debug the program line by line, I'd like to see how program runs insidely ?

    Thanks
  7. Replies
    11
    Views
    1,388

    Why is this program return 0 ?

    #include <iostream>
    int main()
    {
    int i=1;
    using namespace std;
    cout<<i/3<<endl;
    return 0;
    }

    g++ divide.cpp Enter
  8. Replies
    1
    Views
    603

    Draw on screen - very urgent please help

    How can I draw something on the screen with my mouse ?
    Thank you
Results 1 to 8 of 8





Click Here to Expand Forum to Full Width

Featured