Talk:Vala (programming language): Difference between revisions

Content deleted Content added
C++: pros and cons list
C++: type, clarification
Line 43:
:That's basically it, I think.
 
:Ps. As an example of how easy it is to wrap C libraries, one can editcopy the default glib-2.0.vapi somewhere and edit it to wrap g_chdir by putting the following code under the DirUtils namespace, then compiling with the switch --vapidir=/path/to/modifiermodified/vapi:
 
<blockquote><source lang="csharp">