Search:

Type: Posts; User: aym_7

Search: Search took 0.00 seconds.

  1. Replies
    47
    Views
    9,823

    Poll: I vote for Hammer

    I vote for Hammer
  2. Thread: conio tutorial

    by aym_7
    Replies
    6
    Views
    4,555

    Thanks! BTW, I'm using MSVC++ 6 I forgot to add...

    Thanks!
    BTW, I'm using MSVC++ 6
    I forgot to add it to the post, I'll add it to the sig after doing this post :)
  3. Thread: conio tutorial

    by aym_7
    Replies
    6
    Views
    4,555

    conio tutorial

    searching google gave me all kinds of C++ tutorials that "include" conio.h, does anybody know a good tut/ref for conio?
  4. Thread: me can't think

    by aym_7
    Replies
    8
    Views
    1,220

    what do you mean by +ve and -ve ?

    what do you mean by +ve and -ve ?
  5. Replies
    2
    Views
    2,569

    Just downloaded and tried it, it was able to...

    Just downloaded and tried it, it was able to convert helloworld, nothing more!
    I tried to convert multi-threaded programs, but no luck, I also tried to convert a class with a complicated design...
  6. Replies
    9
    Views
    3,297

    Hi, >>I agree with the books thing but as they...

    Hi,

    >>I agree with the books thing but as they tend to cost about 35 pounds or more i am a little apprenhensive to buy one when sites can learn me stuff.


    Yeah, I know, I'm a student too, and...
  7. Replies
    2
    Views
    2,569

    Java 2 C# convertor

    I found it on MSDN site, if someone has tried it, is it capable of converting Java code with all J2SE classes?
  8. Thread: How "in" is C#

    by aym_7
    Replies
    19
    Views
    2,021

    I'm a Java programmer, and c# is very similar to...

    I'm a Java programmer, and c# is very similar to Java, so I found it easy to begin learning c#, so I can develop windows applications.
    BTW, learning c# led me to c++, so I began learning it too :p
  9. Replies
    2
    Views
    1,263

    VC++.NET Benefits

    Should I move to C++.NET without knowing everything in C++, or it's better to master the old one first?
  10. Replies
    2
    Views
    1,967

    A Java programmer learning C#

    Hi everyone, as you may notice, I'm new to these boards, I searched for a C# board and found this one.
    I just want to ask, Java has a well documented API and lots of tutorials @ Sun site, and C++...
  11. Thread: New to C#

    by aym_7
    Replies
    6
    Views
    1,218

    I began with Inside C# and C# Step by Step from...

    I began with Inside C# and C# Step by Step from MS Press.
  12. Replies
    2
    Views
    975

    You can use & to make a reference to variable...

    You can use & to make a reference to variable too:

    int i = 3; // an int variable i
    int& ref = i; // a reference to i
    ref = 4; //now i has a value of 4
  13. Thread: win xp look&feel

    by aym_7
    Replies
    9
    Views
    1,966

    I already have win xp, but my programs don't have...

    I already have win xp, but my programs don't have its look&feel.
    In addition, other programs don't have the win xp look&feel even if I run them on win xp, they have the old win 9x/2000 look&feel....
  14. Replies
    2
    Views
    4,432

    There are pure abstract methods, but there are no...

    There are pure abstract methods, but there are no pure abstract classes.
  15. Replies
    2
    Views
    1,015

    I think you can use to the Standard Tamplete...

    I think you can use to the Standard Tamplete Library, it has what you want.
  16. Thread: win xp look&feel

    by aym_7
    Replies
    9
    Views
    1,966

    win xp look&feel

    I have MS Visual Studio .NET and I'm using C# and C++, I want to build a GUI with the win xp look&feel, how can I do it?
Results 1 to 16 of 16