Qbasicnews.com

Full Version: C / C++ documentation.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
The old thread was locked, so I start another one. I just looked thru' google just typing "getch". The very first entry was:

http://nscp.upenn.edu/aix4.3html/libs/ba.../getch.htm

[that doc is for AIX environments, where getch is defined on curses.h . In DOS/Win32 console based stuff it is on conio.h]

If you type in "c documentation" it leads to many sites, including this:

http://www.infosys.utas.edu.au/info/documentation/C/

You can always refer to MSDN site, http://msdn.microsoft.com which is just like a big online help.

If you look for forums like this one, google again and you'll find http://www.codeguru.com with forums on C++, VB and .NET stuff, plus ASP and many other subjects.

You'll end using Allegro (or not). There is a nice community here: http://www.allegro.cc where I've found help many times.

This is not a rant, but a justification. May I have sounded rude, but I just made a funny, silly joke (quote: "a nice RTFM moment") paraphrasing someone in this forum, and I got flamed without a valid reason.

And seph, I never intended to call you idiot.
I sent him the source code for a game that came with a C-dos-mode book called "PC Game Programming". It has all the basic keyboard and mouse functions, and whatnot. Afterwards he said he will disappear.
Seph is going to disappear? :'( It's gonna be one of those Bobby Fischer type thingies... Well, if I ever have the incentive (which I probably won't) I'll make a gay disney movie like "Searching for Bobby Fischer" and make millions on his horrible life story Tongue

If you're reading this, seph, I was just kidding. ...Although I would like to milk your tragedy into my profit somehow... I'd better call up a lawyer. Tongue
Yeah, you probably should. Wink And I hope we're alright nathan. Just having a rough time.

Got an interview for to be a telemarketer. Get to be a jerk and get paid for it Smile
There is nothing wrong between us.

Telemarketer? That's a nice work. A friend of mine used to call and record the interviews and we all had big laughs 'cause he always sold those stupid things to people who didn't need them.

I hope you are lucky with yer new work.
Some more related notesSadto the title anyways)

DJGPP has some of the best documentation available, were talking Qbasic caliber here, unfortunetly its only for DOS but it still kicks ass, actually correction, DJGPP can compile for windows... i belive some how...

Anyways, yeah the documentaion for it is available at there site google for it...

and you source for all the questions you'll need to ask:

http://google.com
Use this everyone
Is DJGPP a C compiler, or a C library?
It's a DOS C++ compiler
Starting to love it already...
If you're into doing games and graphics and stuff, check out the demo making column at http://www.flipcode.com
Pages: 1 2