Jump to content

Looking To Learn Something


Blue_cow

Recommended Posts

  • Replies 63
  • Created
  • Last Reply

Top Posters In This Topic

Well you guys helped me make up my mind. Thanks! Here is what i picked up

 

http://www.ineasysteps.com/books/?184078203x

 

only 15 bucks canadian (not bad at all)

 

But i was wondering something on the way home from the bookstore, What can i use this for? What do you guys use programming for? Do you create programs for personal use or for a job?

522021[/snapback]

 

"Personal use", I just enjoy programming I suppose (crazyness, I know). Hopefully job in the near future.

Share this post


Link to post
Share on other sites

bool daBoolean = false;

while(daBoolean = false)

{
   MessageBox(NULL, "rundll.exe detected too much homosexuality.\nPlease     stop using your computer now.","Error", MB_OK | MB_ICONWARNING);

}

 

Btw, good choice on your book.

Edited by Kamikaze_Badger

Share this post


Link to post
Share on other sites

#include <windows.h>

int main(void) {

bool daBoolean = false;

while(daBoolean = false)

{
  MessageBox(NULL, "rundll.exe detected too much homosexuality.\nPlease     stop using your computer now.","Error", MB_OK | MB_ICONWARNING);

} return 0;}

Edited by Kamikaze_Badger

Share this post


Link to post
Share on other sites

Still has several errors... wait. is this done in C++ or C?

 

error3rx.th.jpg

 

Because im using a C compiler.

 

 

EDIT: i got it to work if i took out the boolean stuff. Pretty funny effect, im sending it to friends now.

Edited by Blue_cow

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...