Hi everyone,
Where is a good place to learn to create C++ Libraries for my RB
projects? I wanted to start getting familiar with it.
I basically wanted to do this little code into a library ( Just for
learning purposes ). If I wanted to create libraries to use with RB,
would I create static or dynamic libraries?
int getMyNum(int fnum, int snum)
{
int tnum;
return tnum = fnum + snum;
}
Thanks in advance.
Beto T.
+-----------------------------------------------------------------------
---------------------------------------------------------+
I can do everything (all things or all relevant matters) through HIM
(Jesus Christ) who
gives me strength.
Philippians 4:13
+-----------------------------------------------------------------------
---------------------------------------------------------+
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
|