Search:

Type: Posts; User: array

Search: Search took 0.01 seconds.

  1. Thread: Compile Error

    by array
    Replies
    1
    Views
    1,041

    Compile Error

    Hello everybody.

    My problem is that I keep getting an error with some code that I'm trying to compile. The code is written in C. The compiler gives me this error messge:

    'for' loop...
  2. Replies
    5
    Views
    1,169

    Hi all

    I saw that error but I wasn't quite sure exactly where to declare the variable.

    So I declared it after this line of code:

    void gen_pass(char *sPassWord, int iSize)

    and I declared it like...
  3. Replies
    5
    Views
    1,169

    problem with for loop

    Hi all, I have some code that I am trying to compile and every time I try I keep getting an error on the for loop.

    I compiled this same code before without any problem with Dev C++ Compiler...
  4. Thanks

    Thank you both for replying. Now my program pauses when I click
    on it. I'm new to C++ but I have somewhat of a C background.
    Again, thanks for your help!

    ...
  5. system("Pause"); for visual C++ 6 when using command line??

    Hello everbody.

    I've done a search in the forum but didn't come across anything that would answer my question.

    I have the Dev C++ compiler and I also have Visual C++ 6.0.

    In the Dev C++...
  6. Replies
    7
    Views
    3,887

    It worked!

    Hi Prelude & Salem. I have to tell you both that I didn't even know about the "g++ thing." It was about 5 years ago that I last fooled around with C++ so I guess they changed things around somewhere...
  7. Replies
    7
    Views
    3,887

    This code won't compile in Red Hat Linux 9

    Hi all,

    I've been using Dev C++ compiler in windows for C & C++.
    I started out reading Schildt's book, "Teach Yourself C" which I finished a couple months ago. Then a friend who is going to...
  8. Thanks Salem, I'm gonna look into it. And thank...

    Thanks Salem, I'm gonna look into it. And thank you all for your help.
  9. Forgot to mention that

    Its just a simple console program.
  10. Increasing Font Size when printing to the screen

    Hello everyone, I was just wondering if there was some way I could increase font size to what my program prints to the screen. For example, if someone could show me where to add the code or function...
  11. Replies
    2
    Views
    1,173

    The Program works fine now

    The Program works fine now. I had a feeling about the braces but I sure didn't know that I needed a different function. Thanks very much for your help!
  12. Replies
    2
    Views
    1,173

    Can't figure out why it won't work

    Hi all. I'm new to C++ and I wrote a program that compiled without errors or warnings but doesn't do what its suppose to do. The program asks for the last name of 1 of 2 authors and then is suppose...
Results 1 to 12 of 12