Search:

Type: Posts; User: ACAC

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    1,498

    HELP - Debugging EYES ARE SQUARE!

    Hey could someone take a look at my code, Its just direct X, ive tried loads of stuff, Its probably somthin stupid as im not the best of programmers, anyways heres the link.....
    ...
  2. Replies
    11
    Views
    8,854

    Nonono, Why learn C first??? Id say start with...

    Nonono, Why learn C first???

    Id say start with C++, Ive learnt with zero knowlege, it takes practise and hours on the computer but you can get there.

    There is no reason to learn C first.
  3. Thread: my program

    by ACAC
    Replies
    4
    Views
    897

    Hmzz

    Well I think the for loop is wrong

    for (pos<firstlength;pos++;i++)
    temp[i]=origin[pos];

    its suppoed to be, for(variable initailisation, condition, incretement/decretement )

    you put a...
  4. Error

    Heres the error.

    Can anyone help at all?????

    Exceeded memory limit for block Line number cache in module the warrior chronicles31.cpp


    Its very strange.
  5. Replies
    9
    Views
    1,565

    HERE

    Hey. Look no further.

    http://firstpod.tripod.com/cpp21/

    The best online book I know!

    It taught me everything. The best way I think is to go through, and make lots and lots of notes. If...
  6. Thread: Errors!

    by ACAC
    Replies
    6
    Views
    1,257

    Nope :(

    Well Ive chnaged both of those, and tried defining it global but I still get the same errors

    theres somthing wrong with this line

    int map[x][y];
  7. Thread: Color?

    by ACAC
    Replies
    15
    Views
    3,970

    THANKS!! But, Can I have multiple text on the...

    THANKS!!
    But, Can I have multiple text on the screen??



    #include <windows.h>
    #include <iostream.h>
  8. Thread: Errors!

    by ACAC
    Replies
    6
    Views
    1,257

    Errors!

    #include <iostream.h>


    void draw_map(int x, int y)
    {
    int map[x][y];
    int temp_x, temp_y;

    for(temp_x=1;temp_x < x; x++)
    {
  9. Thread: Color?

    by ACAC
    Replies
    15
    Views
    3,970

    Color?

    Is there a way to do color in a console app? Im using VC++ 6.0. Its just to jazz parts up. anyone?
  10. Replies
    1
    Views
    2,234

    Symbolic Constants??

    Im confused at Symbolic Constants, I understand that they are a vlaue that cannot be changed and they are represented by a name.

    I just dont understand. ANYONE?
    ACAC
  11. Replies
    15
    Views
    193,489

    Still lost

    Here is the .cpp
  12. Replies
    15
    Views
    193,489

    Still lost

    Ok I understand that, but Im still lost, HELP!
  13. Replies
    15
    Views
    193,489

    How do I get the last character of a string?

    Can anyone help? I need to get the last character of a given string, and then remove it, Im not sure of all the string manipulation commands so a link to some tutorals would be nice.
Results 1 to 13 of 13