Search:

Type: Posts; User: edhc44

Search: Search took 0.00 seconds.

  1. Replies
    10
    Views
    28,063

    Thanks dude, problem solved! ^^

    Thanks dude, problem solved! ^^
  2. Thread: C, C++ or C#?

    by edhc44
    Replies
    28
    Views
    3,232

    I'm new to C++ and a long-time Java programmer,...

    I'm new to C++ and a long-time Java programmer, and as Caducer said, C# is very similar to it (I've studied a little bit of it), I'd say you better off with Java than C#... However, for the little...
  3. Replies
    10
    Views
    28,063

    So, there's one thing I'm already doing wrong......

    So, there's one thing I'm already doing wrong...

    I will post the compilable code I made to help others understand my problem:



    //base.h
    class base{

    public:
  4. Replies
    10
    Views
    28,063

    Alright! Tried to mimick my code with the least...

    Alright! Tried to mimick my code with the least amount of complexity and found out what the problem was. It is related to inheritance.

    Anyway, here's the deal:

    array2 is declared but not...
  5. Replies
    10
    Views
    28,063

    Trying to assign array values to another array

    Hey all. I'm new to C++ programing, although not stranger to programing at all (I have a lot of experience in Java and PHP). Anyway, I'm trying to assing values of two-dimensional array to a...
Results 1 to 5 of 5