C++: Difference between revisions
Jump to navigation
Jump to search
m New page: *[http://wiki.wxwidgets.org/WxWindows_application_compile_(for_Linux)_and_cross-compile_(for_Windows)_under_Linux/Eclipse/CDT WxWindows application compile (for Linux) and cross-compile (f... |
mNo edit summary |
||
| (6 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
==Articles== | |||
*[http://docs.wxwidgets.org/stable/wx_wxddeclient.html#wxddeclient wxDDEClient] | *[[Stampare una variabile bool con printf]] | ||
*[http://msdn.microsoft.com/en-us/library/ms997519.aspx Implementing DDE Using C++ Classes] | *[[Far eseguire un comando windows che contiene spazi a popen()]] | ||
*[http://support.microsoft.com/?scid=kb%3Ben-us%3B279721&x=7&y=13 How to use Dynamic Data Exchange (DDE) with Word and Excel from Visual C++] | *[[Debug C/C++ con GDB]] | ||
*[http://www.printshopmail.com/support/Helpfiles/Automated_Printing/Introduction_to_DDE.htm Introduction to DDE] | *[[Utilizzare funzioni contenute in una DLL in C++]] | ||
*[http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20573974.html Delphi DDE Server Connecting Non-Delphi DDE Client (MS Excel, Word and etc) Problem! : delphi, dde, server] | *[[Cambiare la risoluzione di Windows in C++ richiamando una DLL]] | ||
*[http://www.davout.dsl.pipex.com/icfm/djc2excel.html build Django DDE clients that work with Excel DDE servers] | |||
*[http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/Win95_3x/95/Q_10022561.html DDE syntax : dde:] | ==Links== | ||
*[http://www.prolifics.com/docs/panther/html/dev_html/dde.htm Dynamic Data Exchange (Application Development)] | |||
*[http://publib.boulder.ibm.com/infocenter/cmod/v8r3m0/index.jsp?topic=/com.ibm.ondemand.doc/ars5u271261.htm IBM Appendix B. Microsoft Visual C++ 5.0 DDE sample program] | *Reference | ||
:*[http://www.cppreference.com/wiki/ C++ Reference (cpprefence.com] | |||
:*[http://www.cplusplus.com/reference/ C++ Reference (cspluplus.com)] | |||
:*[http://gapil.truelite.it/index.html GaPiL -- Guida alla Programmazione in Linux] | |||
* WxWidgets | |||
:*[http://wiki.wxwidgets.org/WxWindows_application_compile_(for_Linux)_and_cross-compile_(for_Windows)_under_Linux/Eclipse/CDT WxWindows application compile (for Linux) and cross-compile (for Windows) under Linux/Eclipse/CDT - WxWiki] | |||
:*[http://wiki.wxwidgets.org/Compiling_and_getting_started Compiling and getting started - WxWiki] | |||
:*[http://wiki.wxwidgets.org/Eclipse%2C_CDT_%26_MingW_%26_MSYS_Setup_Guide Eclipse, CDT & MingW & MSYS Setup Guide - WxWiki] | |||
:*[http://wiki.wxwidgets.org/Cross-Compiling_Under_Linux Cross-Compiling Under Linux - WxWiki] | |||
:*[http://wxforum.shadonet.com/viewtopic.php?t=19697&highlight=eclipse wxWidgets Discussion Forum :: View topic - [resolved] Porting a project from MSWindows to Ubuntu...] | |||
* DDE | |||
:*[http://docs.wxwidgets.org/stable/wx_wxddeclient.html#wxddeclient wxDDEClient] | |||
:*[http://msdn.microsoft.com/en-us/library/ms997519.aspx Implementing DDE Using C++ Classes] | |||
:*[http://support.microsoft.com/?scid=kb%3Ben-us%3B279721&x=7&y=13 How to use Dynamic Data Exchange (DDE) with Word and Excel from Visual C++] | |||
:*[http://www.printshopmail.com/support/Helpfiles/Automated_Printing/Introduction_to_DDE.htm Introduction to DDE] | |||
:*[http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20573974.html Delphi DDE Server Connecting Non-Delphi DDE Client (MS Excel, Word and etc) Problem! : delphi, dde, server] | |||
:*[http://www.davout.dsl.pipex.com/icfm/djc2excel.html build Django DDE clients that work with Excel DDE servers] | |||
:*[http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/Win95_3x/95/Q_10022561.html DDE syntax : dde:] | |||
:*[http://www.prolifics.com/docs/panther/html/dev_html/dde.htm Dynamic Data Exchange (Application Development)] | |||
:*[http://publib.boulder.ibm.com/infocenter/cmod/v8r3m0/index.jsp?topic=/com.ibm.ondemand.doc/ars5u271261.htm IBM Appendix B. Microsoft Visual C++ 5.0 DDE sample program] | |||
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