Category Archive
The following is a list of all entries from the source code category.
C programming: dynamic keyboard allocation with pointer to pointer
Filed in source code, 16/04/2010, 23:41Something I’ve written for a project I have to do for school, it’s without bugs at least on visual studio 2008. The little story about this code: This is a dynamic memory allocation function for text entered by the user. You give the addresses from pointers to memory placements to the function, it only return [...]
A freepascal clock
Filed in source code, 30/08/2008, 00:47A basical console clock written in freepascal by me, even if it’s an old language, I have to practice on it for school. Here you got the code, I’ve added little comments but it isn’t a lot. hh = hour mm = minutes ss= seconds Share on Facebook
C & FPC
Filed in source code, 29/08/2008, 22:04C programming and pascal, that’s what I’m doing for the moment, I have an exam in 5 days, man I hate it. Just finished a clock in C: you give the time for tomorrow and he’ll count it down. But it’s basic: 0102#include03#include04 05int main(int argc, char *argv[])06{07long hh, mm,th, tm, ts;08 09printf("Reveil a quelle heure(24) minutes? [...]
Inserting adsense in phpbb3 templates
Filed in myself and me,Projects,source code, 15/08/2008, 15:12I have to review some things from my last post about phpbb3 adsense. Infact it doesn’t matter where you put it just don’t do it in the if statements of the templates because you won’t be able to see it always. Share on Facebook
Adsense and forums
Filed in Projects,source code, , 00:04Where do you put AdSense when you manage a forum? It’s the question I’m thinking about for some days now. I’m trying different approaches every once in a while until I’m satisfied. Just before you we get started, note that forums.webscriptz.be isn’t getting a lot of visitors, this is basically because I have to deal [...]
phpbb3 adsense input
Filed in General,Projects,source code,tutorials, 13/08/2008, 23:47I’ve solved the problems with adsense in the template files, the page I found truly explained a lot, apparently I’ve inputted the script into the wrong lines of code, odd as it seems. To the website Share on Facebook