Description:
Discussion about C.
|
|
|
How do we find out which object file is pulled in by the linker?
|
| |
Hi, Two object files foo_1.o and foo_2.o each have the same function a() defined and they have no other functions. foo_1.o is in a library specified prior to the library including foo_2.o The linker would pull in only foo_1.o in this case. What option can I give to gcc / ld to verify the above statement?... more »
|
|
wave file data to array using libsndfile
|
| |
Hi- I'm really new to c+ (this is day two) and I'm trying to write a program that will allow me to write audio data from a wave file into two arrays for the left channel and the right channel, i've pieced together this code so far and its definitely grabbing something from the wave file however i've no idea if its writing out left or right... more »
|
|
constness problem
|
| |
How do I get gcc to like the following code (other than the obvious cast)? struct DATA { char arr[12][12]; ...void test_func(const char (*data)[12]); const struct DATA cdata = {{{0}}}; struct DATA data; void testme(void) { test_func(cdata.arr); test_func(data.arr); /* Line 13 */ ...$ gcc -W -Wall -ansi -pedantic -c arr.c... more »
|
|
A Best Online Bussiness Opportunity
|
| |
Are you looking for online jobs for college students? Or are you simply looking for the best work at home jobs online so that you don't have to work that boring 9 to five job any more? Well if you are you a college student who doesn't have time for a full time job but needs some extra cash and you're looking for online jobs... more »
|
|
|