Search:

Type: Posts; User: David_Baratheon

Page 1 of 5 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    4,525

    Ok I have installed CODE::BLOCKS now and did the...

    Ok I have installed CODE::BLOCKS now and did the version with MINGW so that I have a GCC compiler installed on my machine also.

    So How would I compile code in eclipse using the compiler I have...
  2. Replies
    6
    Views
    2,429

    Ok I checked the details of the laptop 57GB of...

    Ok I checked the details of the laptop

    57GB of harddisk with 26.5GB free

    Windows 10 Home in S Mode

    4GB of Installed RAM, 3.83GB usable

    64 bit operating system, x64 based processor
  3. Ah ok so a C++ file can still understand C as...

    Ah ok so a C++ file can still understand C as well as C++?

    Thanks I will give your code a go and see how I get on with it

    Can I give functions decimal point names?

    E.g, int 2.1

    Also...
  4. Replies
    1
    Views
    2,210

    Why cant I see any threads?

    Whenever I click on any sub-forum I cant see a list of threads. Any reason for this?
  5. Triple booting windows 10/11, Unix and Linux

    Hi guys, I have only ever really used windows (and acorn computers if you count those lol from the 90s/early 2000s).

    I wanted to try out unix and linux since they seem to be important for people...
  6. Ok that sounds like a good solution. I can make...

    Ok that sounds like a good solution. I can make like a table of contents page essentially as main main and then call upon different source files to run and test the code I am interested in

    Is it...
  7. Ok, I have a book on C programming with over 100...

    Ok, I have a book on C programming with over 100 code examples. I wanted to put them all into a project. Would I need to make a separate project for each example of code or can I have multiple c...
  8. Can I have two source files in one project in Code:Blocks

    Hi guys, I just downloaded Code:Blocks and made a C source file and a C++ source file, both just had hello world code.

    I wanted to just see the differences in the code and test that my...
  9. Replies
    6
    Views
    2,429

    How would we do some programming on a command...

    How would we do some programming on a command line editor? Could you walk me through how to do it?
  10. Replies
    6
    Views
    2,429

    Compiler and IDE on low spec laptop

    My little cousin has a laptop with really low spec, and wants to start coding.

    What are the best IDEs and Compilers?

    They are interested in C, C++, C#, HTML, and Python
  11. Replies
    7
    Views
    4,525

    Ok i will give blocks a go then, thanks. Can...

    Ok i will give blocks a go then, thanks.

    Can it handle python also?
  12. Replies
    7
    Views
    4,525

    How can I install the compiler?

    How can I install the compiler?
  13. Replies
    7
    Views
    4,525

    Help with Eclipse IDE

    Hi guys, I am really rusty at C programming and looking to restart my interest in programming.

    My work laptop wont let me download visual studios, I get some error that says encryption threshold...
  14. Replies
    1
    Views
    2,528

    Username change

    Hi guys, I was just wondering how I would go about a username change on the forum?
  15. how to return 2 values upon calling a function

    Hi everyone. How would i return two values each time I call a function? I have this program here, that is extracting 2 values from a text file every time a function is called, but I only seem to be...
  16. Replies
    18
    Views
    10,568

    that seems to have worked much better. Thank you....

    that seems to have worked much better. Thank you. Its still not functioning perfectly but hopefully i can take it from here. I really appreciate you taking the time to help me, thanks so much
  17. Replies
    18
    Views
    10,568

    my aim is that the loop continues until the flag...

    my aim is that the loop continues until the flag is raised. So when flag=1 this means the flag was raised and the loop should finish. Ill take the 0 out, i agree its misplaced thanks
  18. Replies
    18
    Views
    10,568

    I thought the flag=1 meant that when flag=1 end...

    I thought the flag=1 meant that when flag=1 end the loop? Wouldnt that make it correct?

    Also, in this case wouldnt the values be right as going from 0 to 1 is what has been specified as opposed to...
  19. Replies
    18
    Views
    10,568

    now loop is just staying at 0 and never...

    now loop is just staying at 0 and never increasing :confused:

    also flag is jumping straight to 1 still
  20. Replies
    18
    Views
    10,568

    ok thanks ill try that...

    ok thanks ill try that...
  21. Replies
    18
    Views
    10,568

    here is the complete code so far: ...

    here is the complete code so far:




    #include <stdio.h>
    #include <math.h>
    #include <stdlib.h>
    #include <time.h>
  22. Replies
    18
    Views
    10,568

    i copied n pasted that line in but placed int...

    i copied n pasted that line in but placed int before the loop and i deleted the loop declaration from the local variable list and it doesnt work. I got these error messages. what do you think is...
  23. Replies
    18
    Views
    10,568

    thanks kurt. Would it need to be int loop though...

    thanks kurt. Would it need to be int loop though or is loop sufficient for it to be considered a declaration of a variable?
  24. Replies
    18
    Views
    10,568

    mario how can I bring line 10 into line 29? Would...

    mario how can I bring line 10 into line 29? Would this work?



    for(; signalOutput==column1; )


    also, I have already read and learned some material on loops and unfortunately was not able to...
  25. Replies
    18
    Views
    10,568

    how do I rectify that ZuK? Thanks for the reply

    how do I rectify that ZuK?

    Thanks for the reply
Results 1 to 25 of 116
Page 1 of 5 1 2 3 4