Search:

Type: Posts; User: smog890

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    11
    Views
    4,767

    title

    You really should not use main() to call stuff. Use another function for that. And it's best to always have main at the beginning before any other funcitons.
  2. Replies
    5
    Views
    2,794

    getline(cine, name, '\n'); shouldent cine be cin

    getline(cine, name, '\n'); shouldent cine be cin
  3. Thread: Your stuff

    by smog890
    Replies
    6
    Views
    2,566

    I havent gotten around to that yet. I will give...

    I havent gotten around to that yet. I will give everyone credit for there stuff when they send it too me. I'm asking in here because it's on C programming. Why does everything in a message board...
  4. Thread: Your stuff

    by smog890
    Replies
    6
    Views
    2,566

    well i'm just bord and working on my web site and...

    well i'm just bord and working on my web site and i want stuff to put on it but i dont want to rip anyone off of anything from there site. and i'm not advertising i'm just asking for peoples stuff...
  5. Thread: Your stuff

    by smog890
    Replies
    6
    Views
    2,566

    Your stuff

    I'm making a web-site... again but it's about c and other stuff and i would like to get your tutorials, code, programs, and other stuff that you would like me to put up on the website. To help...
  6. Replies
    4
    Views
    2,447

    Thank you for all your help.:D

    Thank you for all your help.:D
  7. Replies
    4
    Views
    2,447

    Run in background

    Is there a way to make a DOS program run in the background that just gets the keys that have been pushed. Like a key-logger. Can you do this in DOS. How would I do this. If it's to complicated to...
  8. Replies
    1
    Views
    908

    Help on Linked list

    I'm reading about linked list in my book "Sams teach yourself C in 21 days" Yeah 21 days..., but it doesnt really discribe what a linked list will be used for. What will it be used for? What does...
  9. Replies
    12
    Views
    1,848

    I thought fgets was for text???

    I thought fgets was for text???
  10. Replies
    12
    Views
    1,848

    Opps forgot the include the source sorry here it...

    Opps forgot the include the source sorry here it is.
  11. Replies
    12
    Views
    1,848

    I just added an expressions that you can do on...

    I just added an expressions that you can do on the calc tell me what you think again. If you get an error compiling in might be this line of code

    SetConsoleTextAttribute (GetStdHandle ...
  12. Replies
    12
    Views
    1,848

    Your going to be able to solve expressions with...

    Your going to be able to solve expressions with my calc now. Going to add it in nnnnnnnnnnnn..............ow.
  13. Replies
    12
    Views
    1,848

    I dont want to try that yet. But here's and...

    I dont want to try that yet. But here's and update it has color now OOOOOHHHHHHh. These color functions might not work with your compiler i dont know.
  14. Replies
    12
    Views
    1,848

    Calc Program I made Tell me what u think

    As I was reading a post it said somthing about a calc being easy to make so I sent out and made one in 30 mins tell me what you think about it if you want too. Yes I know it's basic but I had...
  15. Thread: C Compiler

    by smog890
    Replies
    5
    Views
    2,930

    go here http://www.bloodshed.net/dev/devcpp.html...

    go here http://www.bloodshed.net/dev/devcpp.html download it. I used Miracle C and i just got this compiler about 4 days ago and I love it.
  16. Replies
    5
    Views
    1,205

    I dident think the function had to be in there...

    I dident think the function had to be in there but i'm still not that good of a C guy but i'm getting there.
  17. Replies
    5
    Views
    1,205

    I found a couple simple misakes, /* Input...

    I found a couple simple misakes,



    /* Input the first number */

    printf("Enter a number between 1 and 100: ")
    scan(%d", &b);
  18. Thread: Font Color

    by smog890
    Replies
    20
    Views
    4,061

    Thank you so much. It wasent working it first...

    Thank you so much. It wasent working it first but I forgot to include the <windows.h> header.
  19. Replies
    4
    Views
    987

    Yes that was for another post topic and I wanted...

    Yes that was for another post topic and I wanted people to see it here. Because people migh of skipped looking at that topic.
  20. Thread: Font Color

    by smog890
    Replies
    20
    Views
    4,061

    I'm confused on the code.

    I'm confused on the code.
  21. Replies
    4
    Views
    987

    Wow just made the header file like you said,...

    Wow just made the header file like you said, makes everything so much more easy. Thanks.
  22. Thread: Basic Concept

    by smog890
    Replies
    2
    Views
    1,249

    If i'm right memeory is allocated for int a; when...

    If i'm right memeory is allocated for int a; when the program is compiled and run. Because a int "integer" varable is 2 bytes in size. This varys on diffrent OS "operating systems". So memory...
  23. Replies
    11
    Views
    18,362

    would this work for fflush(); This is an example...

    would this work for fflush(); This is an example in the book i'm reading. Should I use this way?



    void clear_kb( void );

    int main()
    {
    /*code that gets input here*/
  24. Replies
    11
    Views
    18,362

    oh wow, all the functions that get the input do...

    oh wow, all the functions that get the input do nothing now becuase i'm not that far in the book. well i'm going to go to work on my program now. Thanks for your help.
  25. Replies
    11
    Views
    18,362

    My compiler wont let me use clrscr(); do you...

    My compiler wont let me use clrscr(); do you have to put anything in the ()?
Results 1 to 25 of 41
Page 1 of 2 1 2