Search:

Type: Posts; User: muray

Search: Search took 0.01 seconds.

  1. Thread: error

    by muray
    Replies
    25
    Views
    3,187

    It works now. I have got the latest version of...

    It works now. I have got the latest version of dev. Thanks everyone.
  2. Thread: error

    by muray
    Replies
    25
    Views
    3,187

    I will try to execute the code without using any...

    I will try to execute the code without using any IDE. I wrote the code in notepad can you tell me how to execute it through command line now?
  3. Thread: error

    by muray
    Replies
    25
    Views
    3,187

    When i install and run new version it says "There...

    When i install and run new version it says "There doesnt seem to be GNU Make file in PATH or in Dev-C++ Bin path.
  4. Thread: error

    by muray
    Replies
    25
    Views
    3,187

    It says no such file directory for ios and limits.

    It says no such file directory for ios and limits.
  5. Thread: error

    by muray
    Replies
    25
    Views
    3,187

    I have tried everything but still nothing. The...

    I have tried everything but still nothing. The console just keeps closing. Thank you for help anyway.
  6. Thread: error

    by muray
    Replies
    25
    Views
    3,187

    This is my code. #include...

    This is my code.




    #include<iostream>
    int main()
    {

    int number1;
  7. Thread: error

    by muray
    Replies
    25
    Views
    3,187

    Still nothing. I dont know why. I can type first...

    Still nothing. I dont know why. I can type first and the second number but after that when i press enter the window just dissappears.
  8. Thread: error

    by muray
    Replies
    25
    Views
    3,187

    Thank you. It works. But still it doesnt show me...

    Thank you. It works. But still it doesnt show me the sum when i press enter after i write the second number.
  9. Thread: error

    by muray
    Replies
    25
    Views
    3,187

    error

    Hello. When i write this code it shows error " end1 undeclared(first use here)". What does it mean? It is from the book "C++ How To Program Fifth Edition" Im using Dev C++ compiler.




    ...
  10. Thread: problem

    by muray
    Replies
    2
    Views
    924

    problem

    Im a C++ beginner. When i write, compile and run the program it does not appear on the screen. I had the same problem with C but there is a command getchar() is there something similiar in C++?
  11. Thread: Learning C

    by muray
    Replies
    12
    Views
    1,761

    I have tried to write this program. #include...

    I have tried to write this program.


    #include <stdio.h>
    #include <stdlib.h>

    #define BOILING 212 /* degrees Fahrenheit */

    main(){
    float f_var; double d_var; long double l_d_var;
  12. Thread: Learning C

    by muray
    Replies
    12
    Views
    1,761

    I have found some great e-books but when i copy...

    I have found some great e-books but when i copy and paste the code that is in the book into my compiler it works. But when i write it by myself it doesnt work. Why is that?
  13. Thread: Learning C

    by muray
    Replies
    12
    Views
    1,761

    Learning C

    Does anyone know some good tutorial on the internet for C? Or can someone reccomend me a good book for C. Thank you.
Results 1 to 13 of 13