Search:

Type: Posts; User: anderson

Search: Search took 0.01 seconds.

  1. Replies
    15
    Views
    2,641

    wouldnt it make the code slightly more...

    wouldnt it make the code slightly more complicated if everything was made an object and every movement was defined by goto???
  2. Replies
    15
    Views
    2,641

    k thnx

    k thnx
  3. Replies
    15
    Views
    2,641

    ok i get wat your saying and yes it was stupid of...

    ok i get wat your saying and yes it was stupid of me but what im saying is how do i jump out of a second function and back into the beggining of the first?

    or is it possible to make the...
  4. Replies
    15
    Views
    2,641

    yeah in my actual source code i dont have it...

    yeah in my actual source code i dont have it capitalized....
  5. Replies
    15
    Views
    2,641

    do you know how to jump from a function to a...

    do you know how to jump from a function to a previous function depending on a variable such as:



    if answer = yes
    GOTO //jump back to start of main function
    else EXIT


    basing it that...
  6. Replies
    15
    Views
    2,641

    when i put that form of code in the following...

    when i put that form of code in the following form:



    int main (void)
    {
    top:
    //....
    }
    int second (void)
  7. Replies
    15
    Views
    2,641

    I know everyone hates "GOTO" but...

    I am only new and learning and am trying to use a GOTO functiong in my code but dont know how to create the label that GOTO is meant to...well go to.

    any help is as allways appreciated.
  8. Replies
    9
    Views
    1,521

    looks like all you need to be able to do is open...

    looks like all you need to be able to do is open and search text files for keywords and replace according to input. a GUI may not be neccesary for this at all as a simple command interface could do....
  9. Replies
    2
    Views
    1,300

    thanks. especially for the fast reply.

    thanks. especially for the fast reply.
  10. Replies
    2
    Views
    1,300

    Free complete Scripts

    Hi all again i was just wonderin if ther anywhere out there that provides free complite uncompiled scripts of which i could use to help learn from. i do not want these scripts to compile and put out...
  11. Replies
    4
    Views
    3,400

    yeah i had the same problem so thanks to everyone...

    yeah i had the same problem so thanks to everyone here coz the answer u supplied worked perfect for me aswell.
  12. Replies
    5
    Views
    930

    im using the bloodshed compiler and i didnt have...

    im using the bloodshed compiler and i didnt have that problem. strange. any file needed really should have come with the install file. i checked my directory and found 2 files:

    one called: make...
  13. Replies
    5
    Views
    930

    sweet thanks man. yer i just started reading this...

    sweet thanks man. yer i just started reading this tutorial book downloaded it last nite from www.pragsoft.com . its really good for learning but its 311 pages long. its called c++ essentials. but yer...
  14. Replies
    5
    Views
    930

    Yeah i know, im a noob

    Hi im new to programming in c++ and just wondering what i should use to start learning, as in what compilers and what tutorials.

    i have downloaded a book called c++ essentials which covers the...
Results 1 to 14 of 14