Search:

Type: Posts; User: ameber

Search: Search took 0.00 seconds.

  1. Replies
    7
    Views
    2,697

    you can get OSDev forum here, but this forum is...

    you can get OSDev forum here, but this forum is about c++.
    www.mega-tokyo.com/forum
  2. Replies
    23
    Views
    2,284

    I think Thinking in C++ is good. you can get it...

    I think Thinking in C++ is good. you can get it from www.mindview.net

    can any body say some think on that book?
  3. Thread: Ugly loop!

    by ameber
    Replies
    9
    Views
    1,128

    right!!

    you are right! I'm sleeping instead of working hard!
  4. Thread: Ugly loop!

    by ameber
    Replies
    9
    Views
    1,128

    Ugly loop!

    Hi every body! :o
    Can you tell me what this strange code do?

    for (int i = 0; i < 4; i++)
    for (int i = 0; i < 2; i++)
    for (int i = 0; i < 2; i++)
    cout <<"Done!"...
  5. Replies
    11
    Views
    5,536

    C++ in 24 hours is good for novies. you can also...

    C++ in 24 hours is good for novies. you can also see Thinking in C++ volume 1 it is free
  6. Thread: namespace

    by ameber
    Replies
    8
    Views
    1,549

    know it is more clear! Thank You!

    know it is more clear! Thank You!
  7. Thread: namespace

    by ameber
    Replies
    8
    Views
    1,549

    Please once!

    #include <iostream>
    using namespace std; // what variable?

    namespace A {
    int Var1;
    char Var2;
    char var3;
    }

    int main () {
  8. Thread: namespace

    by ameber
    Replies
    8
    Views
    1,549

    Thank you!

    Thank you!
  9. Thread: namespace

    by ameber
    Replies
    8
    Views
    1,549

    namespace

    hi every body! :D
    1. I'm really confused by the use of namespace how do namespace avoid name conflict? If I could use different names how could be any conflict.
  10. Replies
    6
    Views
    4,629

    i think this site will help you www.wxWidgets.com

    i think this site will help you www.wxWidgets.com
  11. Replies
    25
    Views
    7,532

    i use Dev-C++ and i had that problem too, make...

    i use Dev-C++ and i had that problem too, make sure that you put the code properly in the proper place or you can use the new source file icon by default the program put this code;

    #include...
Results 1 to 11 of 12