Search:

Type: Posts; User: Malthazar

Search: Search took 0.00 seconds.

  1. Yes I have a similar problem. I am trying to...

    Yes I have a similar problem. I am trying to clear the screen, however my compiler (Dev-C++) Does not support conio.h so I can not use clrscr()
  2. Replies
    5
    Views
    1,100

    I would also be interested to find out if this...

    I would also be interested to find out if this can be done.
  3. Replies
    22
    Views
    2,872

    Because I am just begining to learn how to...

    Because I am just begining to learn how to program and windows programing still confuses the hell out of me.
    I may work on a windows version of this program in the future once I get a better grip on...
  4. Replies
    22
    Views
    2,872

    Thank you all for your input...you seem a nice...

    Thank you all for your input...you seem a nice bunch of people with some helpful comments. I'll be sure to try some of your sugestions. I am using Dev C++ By the way, ande if you could point me to a...
  5. Replies
    22
    Views
    2,872

    Programing tips?

    Hey all, I have little programming experience...I have pretty much been just making this one program and expanding upon it when I find some new stuff that can be added. It is a small calculator I am...
  6. Ok here is an edited version of my code. I would...

    Ok here is an edited version of my code. I would appreciate any input (good or bad).


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

    int main(int argc, char *argv[])
    {
    int...
  7. Ok I will definatly try to figure that switch...

    Ok I will definatly try to figure that switch thing out. If I dont get it I will post on here. Thanks for the tip.
  8. Thanks for the info.....it is working great now....

    Thanks for the info.....it is working great now. :) This site is probably the best thing I have found to help me learn :P
  9. Ok I have gotten it so that all works properly...

    Ok I have gotten it so that all works properly thanks for your help. I was also wondering if any one could tell me how I could add other options. Currently what my program does is when you enter 1 in...
  10. Oh I see....so I had to asign a value to ar,...

    Oh I see....so I had to asign a value to ar, after the user asigned a value to le. Thanks for all your help. Program seems to be working much better now.
  11. Hey, thanks for the help. I have corrected a few...

    Hey, thanks for the help. I have corrected a few things but it still does not seem to be working properly. I think I got the standard definition for main fixed and I think I got the headers for C...
  12. Problems getting printf to print the products of two variables

    I am new to coding this is the first programming language I have found that was not overly complicated so I decided I would try to learn this as a first language. I have been doing ok. I have been...
Results 1 to 12 of 12