Sinisterly
Development Resources for C/C++ - WinAPI - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Coding (https://sinister.ly/Forum-Coding)
+--- Forum: C, C++, & Obj-C (https://sinister.ly/Forum-C-C-Obj-C)
+--- Thread: Development Resources for C/C++ - WinAPI (/Thread-Development-Resources-for-C-C-WinAPI)



Development Resources for C/C++ - WinAPI - TheDarkNight - 05-09-2013

Hey Guys I found this list of C and C++ resources on hackforums and I thought I would post them here =D

This list was not made by me.

Websites

Basics
http://www.learncpp.com/
http://www.cplusplus.com/
http://www.cprogramming.com/tutorial.html
http://www.tutorialspoint.com/cplusplus/index.htm

Win32 GUI & Windows Message Architecture
http://www.winprog.org/tutorial/
http://www.functionx.com/win32/
http://www.stromcode.com/2008/03/01/cwin32-tutorials/
http://www.infernodevelopment.com/c-win32-api-tutorial
http://www.win32developer.com/
http://www.zetcode.com/gui/winapi/
http://www.toymaker.info/Games/html/wndproc.html
http://wiki.winehq.org/List_Of_Windows_Messages

Networking - Winsock
http://beej.us/guide/bgnet/
http://www.madwizard.org/programming/tutorials/netcpp/
http://www.tenouk.com/cnwinsock2tutorials.html

Ring0, Kernels & Assembly
http://www.adp-gmbh.ch/win/misc/writing_...river.html
http://forum.sources.ru/index.php?showforum=24
http://www.wasm.ru/
http://four-f.webs.com/
http://noz3001.wordpress.com/2007/05/16/...ogramming/
http://www.freebsd.org/doc/en/articles/g...lprog.html
http://board.flatassembler.net/
http://wiki.osdev.org/NASM
http://www.nasm.us/docs.php
http://www.nasm.us/xdoc/2.10.06/html/nasmdoc0.html
http://docs.cs.up.ac.za/programming/asm/derick_tut/
http://www.drpaulcarter.com/pcasm/

GDI & GDI+
http://tipsandtricks.runicsoft.com/Cpp/B...orial.html
http://www.mvps.org/user32/gditutorial.html
http://www.functionx.com/win32/Lesson11.htm
http://www.winprog.org/tutorial/bitmaps.html
http://www.tenouk.com/visualcplusmfc/vis...mfc4b.html
http://www.relisoft.com/win32/gdileaks.html
http://code.logos.com/blog/2008/09/displ...art_i.html
http://supercomputingblog.com/category/c/

Win32 Hooking, Injecting, Processes, Threading, Volumes, DLL's, Pipes...
http://www.installsetupconfig.com/win32programming/
http://www.tenouk.com/
http://wiki.hackerboard.de/index.php/Windows_API
http://www.firststeps.ru/mfc/winapi/winapi1.html
http://allapi.mentalis.org/apilist/apilist.php
http://bobmoore.mvps.org/Win32/W32main_ns.html

Graphics | DirectX, OpenGL & Other Libs
http://www.directxtutorial.com/
http://www.rastertek.com/tutindex.html
http://www.toymaker.info/Games/index.html
http://ogldev.atspace.co.uk/
http://nehe.gamedev.net/
http://lazyfoo.net/SDL_tutorials/index.php
http://www.sfml-dev.org/
http://www.opengl.org/

Operating System Development
http://wiki.osdev.org/Expanded_Main_Page

SQL & Databases
http://www.sqlapi.com/
http://www.sqlite.org/docs.html
http://soci.sourceforge.net/doc/index.html
http://dev.mysql.com/doc/

Game Development & Libraries / Engines
http://irrlicht.sourceforge.net/
http://www.ogre3d.org/
http://www.horde3d.org/
http://www.unrealengine.com/
http://mycryengine.com/
http://unity3d.com/
http://www.sdl.com/
http://alleg.sourceforge.net/
http://www.sfml-dev.org/

Source Code Examples
http://www.planet-source-code.com/
http://www.hackforums.net
http://trojanforge.com/forum.php
http://www.opensc.ws/
http://www.codeproject.com/
http://www.codeguru.com/
http://www.dreamincode.net/
http://www.daniweb.com/
http://www.rohitab.com/



Development Resources for C/C++ - WinAPI - TheDarkNight - 05-09-2013

Hey Guys I found this list of C and C++ resources on hackforums and I thought I would post them here =D

This list was not made by me.

Websites

Basics
http://www.learncpp.com/
http://www.cplusplus.com/
http://www.cprogramming.com/tutorial.html
http://www.tutorialspoint.com/cplusplus/index.htm

Win32 GUI & Windows Message Architecture
http://www.winprog.org/tutorial/
http://www.functionx.com/win32/
http://www.stromcode.com/2008/03/01/cwin32-tutorials/
http://www.infernodevelopment.com/c-win32-api-tutorial
http://www.win32developer.com/
http://www.zetcode.com/gui/winapi/
http://www.toymaker.info/Games/html/wndproc.html
http://wiki.winehq.org/List_Of_Windows_Messages

Networking - Winsock
http://beej.us/guide/bgnet/
http://www.madwizard.org/programming/tutorials/netcpp/
http://www.tenouk.com/cnwinsock2tutorials.html

Ring0, Kernels & Assembly
http://www.adp-gmbh.ch/win/misc/writing_...river.html
http://forum.sources.ru/index.php?showforum=24
http://www.wasm.ru/
http://four-f.webs.com/
http://noz3001.wordpress.com/2007/05/16/...ogramming/
http://www.freebsd.org/doc/en/articles/g...lprog.html
http://board.flatassembler.net/
http://wiki.osdev.org/NASM
http://www.nasm.us/docs.php
http://www.nasm.us/xdoc/2.10.06/html/nasmdoc0.html
http://docs.cs.up.ac.za/programming/asm/derick_tut/
http://www.drpaulcarter.com/pcasm/

GDI & GDI+
http://tipsandtricks.runicsoft.com/Cpp/B...orial.html
http://www.mvps.org/user32/gditutorial.html
http://www.functionx.com/win32/Lesson11.htm
http://www.winprog.org/tutorial/bitmaps.html
http://www.tenouk.com/visualcplusmfc/vis...mfc4b.html
http://www.relisoft.com/win32/gdileaks.html
http://code.logos.com/blog/2008/09/displ...art_i.html
http://supercomputingblog.com/category/c/

Win32 Hooking, Injecting, Processes, Threading, Volumes, DLL's, Pipes...
http://www.installsetupconfig.com/win32programming/
http://www.tenouk.com/
http://wiki.hackerboard.de/index.php/Windows_API
http://www.firststeps.ru/mfc/winapi/winapi1.html
http://allapi.mentalis.org/apilist/apilist.php
http://bobmoore.mvps.org/Win32/W32main_ns.html

Graphics | DirectX, OpenGL & Other Libs
http://www.directxtutorial.com/
http://www.rastertek.com/tutindex.html
http://www.toymaker.info/Games/index.html
http://ogldev.atspace.co.uk/
http://nehe.gamedev.net/
http://lazyfoo.net/SDL_tutorials/index.php
http://www.sfml-dev.org/
http://www.opengl.org/

Operating System Development
http://wiki.osdev.org/Expanded_Main_Page

SQL & Databases
http://www.sqlapi.com/
http://www.sqlite.org/docs.html
http://soci.sourceforge.net/doc/index.html
http://dev.mysql.com/doc/

Game Development & Libraries / Engines
http://irrlicht.sourceforge.net/
http://www.ogre3d.org/
http://www.horde3d.org/
http://www.unrealengine.com/
http://mycryengine.com/
http://unity3d.com/
http://www.sdl.com/
http://alleg.sourceforge.net/
http://www.sfml-dev.org/

Source Code Examples
http://www.planet-source-code.com/
http://www.hackforums.net
http://trojanforge.com/forum.php
http://www.opensc.ws/
http://www.codeproject.com/
http://www.codeguru.com/
http://www.dreamincode.net/
http://www.daniweb.com/
http://www.rohitab.com/



RE: Development Resources for C/C++ - WinAPI - dontmessme - 05-10-2013

thnx bro for all this links Biggrin


RE: Development Resources for C/C++ - WinAPI - dontmessme - 05-10-2013

thnx bro for all this links Biggrin


RE: Development Resources for C/C++ - WinAPI - Psycho_Coder - 05-10-2013

I found this list in my desktop, I don't know exactly but I had check that my file was almost 6 months older.


RE: Development Resources for C/C++ - WinAPI - Psycho_Coder - 05-10-2013

I found this list in my desktop, I don't know exactly but I had check that my file was almost 6 months older.


RE: Development Resources for C/C++ - WinAPI - idiot - 01-23-2014

useful resources


RE: Development Resources for C/C++ - WinAPI - 123vipulj - 01-23-2014

thanxx bro i have appreciate u:Embarrassed::Embarrassed: