Search:

Type: Posts; User: Cron

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    9
    Views
    1,170

    Awesome information. Thanks for your time.

    Awesome information. Thanks for your time.
  2. Replies
    9
    Views
    1,170

    Sorry what I was meaning to ask in that very...

    Sorry what I was meaning to ask in that very ambiguous question was if there was a size of program in which it would be more beneficial to not use functions at all.

    Thanks for the reply.
  3. Replies
    9
    Views
    1,170

    Can functions be used too much in a program?

    Can functions be used too much in a program?

    The reason I ask is I like using functions, and having the main contain very few lines.

    I was left wondering though if the use of so many...
  4. Is having Valgrind worth going through all the...

    Is having Valgrind worth going through all the trouble? If so I will definitely do it. I can have Slackware up and running instead of xubuntu.
  5. I have the makefile set to: CFLAGS=-Wall...

    I have the makefile set to:



    CFLAGS=-Wall -g

    clean:
    rm -f <progname>
  6. Valgrind not showing line numbers of errors. Looking for alternative.

    I am wanting to use Valgrind, but it is not providing me enough information (such as line numbers) of where a problem exists in the code. I am not sure if it is because I am using Ubuntu (Xubuntu)....
  7. Replies
    5
    Views
    1,045

    #include #include ...

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




    double addfunc(double a, double b); //Add function
    double subfunc(double a, double b); //Subtract function
    double divfunc(double a,...
  8. Replies
    5
    Views
    1,045

    Criticize this please... infinite loop idk why

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




    double addfunc(double a, double b); //Add function
    double subfunc(double a, double b); //Subtract function
    double divfunc(double a,...
  9. Yea I will keep an eye on this board. Thanks!

    Yea I will keep an eye on this board.

    Thanks!
  10. Haha you remind me of a quote that I forgot to...

    Haha you remind me of a quote that I forgot to continually apply to life.

    Proverbs 17:28 Even a fool, when he holdeth his peace, is counted wise: and he that shutteth his lips is esteemed a man...
  11. Thanks for the reply. I have used java, vb.net,...

    Thanks for the reply. I have used java, vb.net, c++.net, python, and lisp. My main focus was in java/C++ (I had no choice in starting garbage java it was forced and I hated every agonizing minute...
  12. Thanks for the reply, and I was going to learn C...

    Thanks for the reply, and I was going to learn C either way because I am hoping to make contributions to linux in the future as well as opensource projects.

    You are right though programming is...
  13. Guess no response means not much :D

    Guess no response means not much :D
  14. How well will .net C++ skills aid in learning C?

    In college I learned C++.net, and I am wondering if anyone could tell me if what I learned will benefit me in learning C.

    When I look at C code I see alot of similarities to structure, but quite a...
  15. Look at the post above yours I fixed it.

    Look at the post above yours I fixed it.
  16. Hahaha I messed up on the conditions for the if...

    Hahaha I messed up on the conditions for the if statement LOL

    It should be if(age >= 20 && age != 24)

    My BAD!
  17. Replies
    4
    Views
    825

    Or somebody else in the face :D

    Or somebody else in the face :D
  18. Replies
    39
    Views
    4,454

    Sigh... Why do I feel like such a square for...

    Sigh... Why do I feel like such a square for indenting and commenting code... Is it cool to not indent or comment? Must have missed the memo.
  19. Work on your indentation this will help prevent...

    Work on your indentation this will help prevent the problem you are now facing. If you have proper indentation not only is it easier for you to debug but it is easier for us :-D.

    Ok see how...
  20. Ok I looked at the link and almost rofl'd that...

    Ok I looked at the link and almost rofl'd that you would ask for help on such a question good luck finding a tutorial on this and I mean that sincerely I don't think one exists personally maybe im...
  21. Replies
    18
    Views
    2,453

    Sounds great. I will give Pelles C a run thanks...

    Sounds great. I will give Pelles C a run thanks for the suggestion and discussion.
  22. Replies
    18
    Views
    2,453

    I agree! Such a freaking joke, and then what do...

    I agree! Such a freaking joke, and then what do the colleges teach? Of course it is .net. So I had to face the fact that what I had learned was not a true programming language rather a "trend". The...
  23. Replies
    18
    Views
    2,453

    I will do that! thanks! The issue with...

    I will do that! thanks! The issue with Code::Blocks was I was unable to download the installer at work, but I am able to download Pelles C at work. I have been trying to make the linux transition...
  24. Replies
    18
    Views
    2,453

    Thanks for the help. I will work on it with...

    Thanks for the help. I will work on it with Code::Blocks and see if I can beat this code into submission.
  25. Replies
    18
    Views
    2,453

    What is a good compiler to use because I am...

    What is a good compiler to use because I am thinking the one I have may not be sufficient. The compiler I currently have is called Miracle C.
Results 1 to 25 of 30
Page 1 of 2 1 2