Search:

Type: Posts; User: kdc6794

Search: Search took 0.00 seconds.

  1. Replies
    0
    Views
    1,793

    Program with CS_OWNDC.

    I'm just learning how to program with the windows API, so maybe I'm missing something, but it seems odd to me.

    I've been reading "Programming Windows" and started to make something using the...
  2. Thread: To the Pro's

    by kdc6794
    Replies
    11
    Views
    3,372

    Wow...

    Wow...
  3. Thread: To the Pro's

    by kdc6794
    Replies
    11
    Views
    3,372

    I tend to think that you shouldn't let jokes...

    I tend to think that you shouldn't let jokes (especially bad one's) bother you. I mean, these people know that if all you guys quit the world would explode. It's true...it's written...
  4. Yeah, that was completely unnecessary on his...

    Yeah, that was completely unnecessary on his part. Sure, you weren't in the right either, but it is his job to be the adult.

    I had one of those days last year. In my last class I was feeling...
  5. Replies
    3
    Views
    1,868

    It works. :D Thanks a lot. I really should...

    It works. :D

    Thanks a lot. I really should have caught that though. I'd like to blame it on this horrible cold I have, and staying up for 48 hours straight...but to be honest, I have no cold...
  6. Replies
    3
    Views
    1,868

    Program doesn't close.

    I'm just beginning in windows programming, so I'm sorry if this is a dumb question (or if I missed seeing a post about it). I made a program that appears to work like I thought it would, but after...
  7. Thread: basic question

    by kdc6794
    Replies
    6
    Views
    1,203

    You can't use int because it is a C keyword. If...

    You can't use int because it is a C keyword. If you declare a variable like this

    int int;

    how would the compiler know if you were referring to the variable int later in the program. long,...
  8. Replies
    4
    Views
    1,515

    Help with printing something

    My book says you can print something using stprn. So I wrote the following program but I get errors when I compiler. It is on the line with fprintf.

    #include <stdio.h>

    int main()
    {
    char...
Results 1 to 8 of 8