|
Sep 19 |
comment |
C : Static to dynamic allocation on multiple dimension array Ok nevermind for the typedef'd version, it does work indeed :) |
|
Sep 19 |
comment |
C : Static to dynamic allocation on multiple dimension array The code on ideone test the [0][0][0][0][0] adress which is often good (means does work) no matter what you do ... |
|
Sep 19 |
comment |
C : Static to dynamic allocation on multiple dimension array The typedef'd version doesn't work, the first one does compile but segfault (in my code). |
|
Sep 19 |
comment |
C : Static to dynamic allocation on multiple dimension array This doesn't seems to solve the problem, I still get the same errors when using Table[a][b][c][d][e][f]. |
|
Sep 19 |
comment |
C : Static to dynamic allocation on multiple dimension array I won't be able to acces the table using multiple dimensions with this! I want the legacy code (which uses Table [a][b][c][d][e][f]) to work... |
|
Sep 19 |
revised |
C : Static to dynamic allocation on multiple dimension array added 249 characters in body |
|
Sep 19 |
revised |
C : Static to dynamic allocation on multiple dimension array added 249 characters in body |
|
Sep 19 |
comment |
C : Static to dynamic allocation on multiple dimension array Using the Table with every dimensions. Currently the errors I get are "subscripted value is neither array nor pointer nor vector" which may come from my typedefs or mallocs that's why I didn't post the code I'm trying right now. |
|
Sep 19 |
asked | C : Static to dynamic allocation on multiple dimension array |
|
Sep 2 |
awarded | Nice Question |
|
Aug 27 |
awarded | Notable Question |
|
Aug 2 |
accepted | How to avoid printf warnings about types |
|
Aug 2 |
comment |
How to avoid printf warnings about types Yep, posted the question too quickly ... sorry folks, gcc already knows what is good for us :) |
|
Aug 2 |
comment |
How to avoid printf warnings about types @Patrick87 : yes exactly! |
|
Aug 2 |
asked | How to avoid printf warnings about types |
|
Jul 19 |
awarded | Nice Question |
|
Jul 13 |
awarded | Notable Question |
|
Jul 7 |
awarded | Nice Question |
|
Jun 1 |
comment |
git gui using diff -b as difftool mostly vim |
|
May 25 |
comment |
git gui using diff -b as difftool Yes I already noticed it, so the question could then be "is there a way to tell git not to consider whitespace and tab changes as commitable changes" but now i'm wondering if that's really what i want :) |