CUDA Programming
- cuda bin files are device only files that have no host code
Comments Off on CUDA Programming
How to use automatic connections for signals and slots in Qt:
void on_<widget name>_<signal name>(<signal parameters>);
For details go to trolltech documentation.
If you want to install Qt into a specific user directory you can configure you build as followed:
./configure -prefix /home/username/Qt
On OS X you can also set the “-universal” flag
Introduction to Cocoa Bindings at CocoDevCentral.com