Yes, I've been figuring that this will suck. But I really need some kind of code for dumping itunes m4a tags to a plain text file |
|
Yes, I've been figuring that this will suck. But I really need some kind of code for dumping itunes m4a tags to a plain text file |
|
That's because your syntax isn't quite right. Try this: |
|
That one didn't work either |
|
Ninja, |
|
Yep, C code runs circles around VB code. |
|
Not really, it's fairly compressed. There is some overhead, for instance, strings have about 4 levels of abstraction around then so every string manipulation requires about 4 times the work as in C++. VB is designed to be a learning tool, not a professional programming app, so the compiler is not very efficient at optimizing. |
|
Okay so I've started writing my own 3D engine in C++.. it's got a terrain engine and lighting.. ect. How do I take all my classes and turn it into a library? So like i could be like DDHI_MakeTerrain(..) rather than being like including the classes and calling MakeTerrain(..) Basically.. i could wrap up all my classes and import them all using a single .lib and use it throughout other programs i write using those classes? |
|
From every time we meet, to every time we part, i will add another memory to my shattered heart, and for every dream we chase, another memory will take its place, so we can remember it one day.
LD's 15
DILDs 14
WILDS 1
It depends on your platform and compiler. |
|
Last edited by ninja9578; 07-11-2009 at 12:17 AM.
Bookmarks