-
+1 I really want this! [.tar.gz -- unzip in one swoop unstead of having to open the folder, then unarchive again].
2009-09-23 21:51:58 UTC in 7-Zip
-
I'm afraid this site won't fit a great niche until it provides for centralized downloads--any help there?
Thanks.
-r.
2009-09-21 17:51:05 UTC in Dev-C++ Development Packages
-
What might be useful would be " extract to folder X and open" [opens that folder after extraction].
Oh and perhaps config option for which options you want available would be nice, too.
Much thanks.
-r.
2009-08-08 17:22:30 UTC in 7-Zip
-
A nice improvement would be if they are "dragging" up [i.e. highlighting and have the mouse above the screen] that it continue to scroll without having to jiggle the mouse to get it to scroll up.
Another would be making double clicks do something [like highlight the word then line then paragraph or something, like a browser].
Thanks!
=r.
2009-07-06 16:36:30 UTC in Console
-
sounds like you'd need to distribute your own build of it :)
=r.
2009-07-01 15:49:56 UTC in TDM's GCC/MinGW32 Builds
-
so is this a bug or did you just run out of stack space [which is...a system limitation?]
and how do you specify a large stack I'm not sure.
2009-07-01 15:46:59 UTC in TDM's GCC/MinGW32 Builds
-
do you have a link to the cppunit source used?.
2009-07-01 15:44:38 UTC in TDM's GCC/MinGW32 Builds
-
taking out this line:
ofs.seekp( file_ptr );
causes it to work...not sure why.
2009-06-26 17:52:10 UTC in TDM's GCC/MinGW32 Builds
-
yeah that's expected
it converts to boolean and "anything except 0" counts as true
i.e.
if you do
if(0) {
print; // this doesn't get printed.
}
Welcome to C.
=r.
2009-06-26 17:25:01 UTC in TDM's GCC/MinGW32 Builds
-
with gcc 3.4.5
C:\dev\blade_copy\digitalarchive_trunk>a
-7.89773e-278
with 4.4.0
-7.89773e-278
printf seems to output it correctly.
casting it to a float or double causes it to work...
2009-06-26 17:23:16 UTC in TDM's GCC/MinGW32 Builds