Showing posts with label c. Show all posts
Showing posts with label c. Show all posts

Friday, 30 July 2010

Things to avoid in C & C++

I first discovered this website several years ago & found it very useful. I'm sure anyone who is interested in learning more about good programming practices will find it useful too.

Saturday, 1 August 2009

Random Numbers in C

Thread here on the Ubuntu Forums containing useful information on the subject of generating random numbers in the C programming language.

Wednesday, 1 July 2009

Fun with C

Interesting thread on the JREF Forum here about the kind of fun you can have with the C Programming Language.

Saturday, 27 June 2009

Creating a DevPak

Here are some Websites which will show you how to create a DevPak.
  • Rules for creating a DevPak, here.
  • Creating a DevPak for wxDev-C++, here.
  • How to create a DevPak for Dev-C++, here.

Friday, 26 June 2009

Function Pointers in C & C++

Useful Website here which discusses Function Pointers & their usage in various programming languages.

Sunday, 12 April 2009

MessageBox Functions

If you're creating MessageBoxes using the Windows API this MSDN page should help you.

C in a Nutshell

Good book to read here on Google Books, although it's only a preview (pages missing) like the rest of the books on Google, there is a lot of information still remaining.

Tuesday, 6 January 2009

Time Calculation in C & C++

Useful set of links for time calculation in the C & C++ Programming Languages.

Tuesday, 18 November 2008

M_PI in C

Interesting discussion here on the Ubuntu forum about the use of the mathematical constant M_PI in the C Programming language. More useful information can be found here.

Thursday, 6 November 2008

Monday, 3 November 2008

OpenGL program using SDL

Program here on the Ubuntu forum which will show you how to use OpenGL with SDL.

Monday, 13 October 2008

Pointers & References

For any aspiring C & C++ programmers who are having difficulty understanding the difference between a Pointer & a Reference; I suggest taking a look at the following Wikipedia pages. Here & here.

Wednesday, 8 October 2008

XOR Linked lists

A nice thread here on the Ubuntu forum about XOR Linked lists in C. More information can be found on the subject here on Wikipedia.


Powered by ScribeFire.

Monday, 4 August 2008

Help with Pointers

If you've just started using C or C++ you may need some help understanding what 'Pointers' are & how you use them. So here are some useful links.
  • A discussion about pointers on the Ubuntu forum, here.
  • An introduction to pointers, here.
  • Another pointer tutorial here.

Thursday, 19 June 2008

Geany

Geany is a Code Editor (IDE) for Windows & Linux. It can be downloaded from here & there is a guide to compiling programs in various languages such as Java, Python, C, C++ here on my Wikispace.