C++: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
*[[Stampare una variabile bool con printf]] | *[[Stampare una variabile bool con printf]] | ||
*[[Far eseguire un comando windows che contiene spazi a popen()]] | |||
*[[Debug C/C++ con GDB]] | |||
*[[Utilizzare funzioni contenute in una DLL in C++]] | |||
*[[Cambiare la risoluzione di Windows in C++ richiamando una DLL]] | |||
==Links== | ==Links== | ||
| Line 8: | Line 12: | ||
:*[http://www.cppreference.com/wiki/ C++ Reference (cpprefence.com] | :*[http://www.cppreference.com/wiki/ C++ Reference (cpprefence.com] | ||
:*[http://www.cplusplus.com/reference/ C++ Reference (cspluplus.com)] | :*[http://www.cplusplus.com/reference/ C++ Reference (cspluplus.com)] | ||
:*[http://gapil.truelite.it/index.html GaPiL -- Guida alla Programmazione in Linux] | |||
* WxWidgets | * WxWidgets | ||
Latest revision as of 17:10, 25 October 2009
Articles
- Stampare una variabile bool con printf
- Far eseguire un comando windows che contiene spazi a popen()
- Debug C/C++ con GDB
- Utilizzare funzioni contenute in una DLL in C++
- Cambiare la risoluzione di Windows in C++ richiamando una DLL
Links
- Reference
- WxWidgets
- WxWindows application compile (for Linux) and cross-compile (for Windows) under Linux/Eclipse/CDT - WxWiki
- Compiling and getting started - WxWiki
- Eclipse, CDT & MingW & MSYS Setup Guide - WxWiki
- Cross-Compiling Under Linux - WxWiki
- wxWidgets Discussion Forum :: View topic - [resolved Porting a project from MSWindows to Ubuntu...]
- DDE
- wxDDEClient
- Implementing DDE Using C++ Classes
- How to use Dynamic Data Exchange (DDE) with Word and Excel from Visual C++
- Introduction to DDE
- Delphi DDE Server Connecting Non-Delphi DDE Client (MS Excel, Word and etc) Problem! : delphi, dde, server
- build Django DDE clients that work with Excel DDE servers
- DDE syntax : dde:
- Dynamic Data Exchange (Application Development)
- IBM Appendix B. Microsoft Visual C++ 5.0 DDE sample program