05
Jan
Posted by: Jessica
possibly, -std=gnu89
tried, didn’t work either
hrmz. not sure then, sorry.
it’s -D_GNU_SOURCE
so now you know
You need to define it before including the headers, too
bedankt
char string[10] will init a string that’s limited to 10 chars, how do I initialise a string that has no limit in chars ?
You use a different language
That’s a realistic option. C isn’t very good. If you have to use C, though…
Have you gotten to the chapter on malloc in your C book yet?
no
So I suppose I will need to use pointers for that?
Don’t rush things, then. Once you get there you’ll find out.
Yes
Allright, Thanx !
You can’t, at any time, make an unlimited-size anything
You *can* keep track of how much you’re using and reallocate when you fill your buffer
I see…
Or you could use a newer language, that will take care of those details for you
Thank you, you have been much helpfull
hey if i do twos complement on a number that is int x; not unsigned int x c should print it out as - correct?
for example the number -44
Depends on how you do two’s complement
should be 10100
i have 44 which is
101100
i invert the numbers to be
0100111
C defines its bitwise operators on signed integers to /act/ as if the numbers […]
cpnyopt - trunk (rev: 3) peak: Options list was sorted by ID. Now it’s sorted by option name.
kann anybody give me an advice. i need a flexible/powerful cms, where i can change the complete design by myself. what would you suggest
is joomla a good way?
cpnyopt - trunk (rev: 4) peak: In edit company, the option list is now sorted by option name.
see the topic for this channel!
CMSMS
thx, what makes it better than joomla
powerfull templating
you can create new menu templates, new news templates and so on. all with smarty power
morning
Morning guys
thanks, i’m planing to create a kind of portal, with music upload e.g.. that fits with cmsms?
good afternoon ^^
CMSMS isn’t really a portal system, but you could definitely accomplish that with an uploads module.
the uploads module*
ok, does for example myspace use a cms?
No… pretty sure Myspace uses horse manure for code =D
honestly?
Not sure if it’s still the same, but it was pretty awful… errors sprung up everywhere, stopped using it a while ago.
You should probably come up with a complete feature list for your site first, then shop around for a suitable platform
ok thanks, i was just wondering if there is some kind of favorite in generall. whats bad […]