Difference between revisions of "User:Eersoy93"

From ReactOS Wiki
Jump to: navigation, search
(Add some C and C++ links)
(A Windows API tutorial link, a trivial arrangement)
Line 3: Line 3:
 
== C and C++ programming ==
 
== C and C++ programming ==
 
* A C tutorial: https://www.tutorialspoint.com/cprogramming/index.htm
 
* A C tutorial: https://www.tutorialspoint.com/cprogramming/index.htm
 +
* A good C and C++ reference: http://en.cppreference.com/w/
 
* A good C++ site, it includes a very good tutorial: http://www.cplusplus.com/
 
* A good C++ site, it includes a very good tutorial: http://www.cplusplus.com/
* A good C and C++ reference: http://en.cppreference.com/w/
 
  
 
== Windows API ==
 
== Windows API ==
 +
* A Windows API tutorial: http://www.winprog.org/tutorial/
 
* Undocumented Windows functions: http://undoc.airesoft.co.uk/
 
* Undocumented Windows functions: http://undoc.airesoft.co.uk/
 
* Database for Windows platform changes (modules, exports, imports): http://blog.airesoft.co.uk/windows-platform-changes/
 
* Database for Windows platform changes (modules, exports, imports): http://blog.airesoft.co.uk/windows-platform-changes/

Revision as of 11:59, 15 March 2018

Welcome my page! I have shared some links here for development, testing etc. ReactOS issues:

C and C++ programming

Windows API

Developer softwares

Abandonwares & freewares (especially for Windows and DOS)

File systems

Windows 16-bit specific

Windows components specific

Miscellaneous