Forum: C
Jun 15th, 2005, 7:59 PM
|
|
Replies: 14
Views: 1,205
i shan't mention the you-know-what. but i think...
i shan't mention the you-know-what. but i think my filter already produces sweeter names than yours...
i had to beat it about a bit to remove the warnings, c++ comments etc, it's a bit fugly and i...
|
Forum: C
Jun 14th, 2005, 1:33 PM
|
|
Replies: 28
Views: 1,020
only too glad to help.
i diagnosed the problem...
only too glad to help.
i diagnosed the problem by compiling with -g and linking with electric fence, and then running the process in gdb using the emacs gdb mode to give interactive source viewing....
|
Forum: C
Jun 14th, 2005, 9:55 AM
|
|
Replies: 28
Views: 1,020
|
Forum: C++
Jun 14th, 2005, 5:50 AM
|
|
Replies: 31
Views: 909
5. you should really think about returning a...
5. you should really think about returning a value (k, i guess). what can you do with the function as it is? all it does is output a number to sdtout. how useful is that in, say, a gui program, or as...
|
Forum: C
Jun 13th, 2005, 7:51 AM
|
|
Replies: 28
Views: 1,020
so, i think the root of your problem was your...
so, i think the root of your problem was your implementation of the MAX3 function. I think its purpose was to take 3 integers and return the largest one. Your implementation looked like this:
int...
|
Forum: C++
Jun 9th, 2005, 12:08 PM
|
|
Replies: 32
Views: 972
|
Forum: C
Jun 9th, 2005, 11:51 AM
|
|
Replies: 24
Views: 651
|
Forum: C
Jun 9th, 2005, 7:31 AM
|
|
Replies: 26
Views: 1,045
|
Forum: C
Jun 9th, 2005, 6:39 AM
|
|
Replies: 24
Views: 651
|
Forum: C
Jun 9th, 2005, 5:01 AM
|
|
Replies: 28
Views: 1,020
|
Forum: C++
Jun 9th, 2005, 4:59 AM
|
|
Replies: 8
Views: 882
|
Forum: C
Jun 9th, 2005, 4:40 AM
|
|
Replies: 28
Views: 1,020
|
Forum: C
Jun 8th, 2005, 12:35 PM
|
|
Replies: 28
Views: 1,020
|
Forum: C
Jun 8th, 2005, 5:25 AM
|
|
Replies: 28
Views: 1,020
can you upload the rest of the files? i can't...
can you upload the rest of the files? i can't build without the following:
i should have time to run an executable through gdb/valgrind and possibly some other tools today/tomorrow, but don't...
|
Forum: C++
Jun 7th, 2005, 3:14 PM
|
|
Replies: 31
Views: 909
|
Forum: C
Jun 7th, 2005, 1:48 PM
|
|
Replies: 28
Views: 1,020
given that you say it works in the two cases...
given that you say it works in the two cases where the hsize, vsize and zsize are the same, but not when you try to have what might be called a "non-cubic" volume, you should check that you're...
|