Since 4/26/2012 5:46:32 AM, 1usa has written 1 articles and participated in 107 conversations. 1usa signature: 1usa
1usa's articles:
Items(1) /1
LaTeX parser #22422 (5/24/2009 8:16:02 PM) comp.text.tex I would like to parse LaTeX documents. For example, given \documentclass{article} \usepackage{setspace} \begin{document} \section{Section 1} This is section 1. \end{document} I would like to be able to get p... A
I can't seem to use pow()1532 (4/5/2006 9:25:40 PM) comp.lang.c I'm using gcc on a fedora 3 system here are what I think the relevant lines are: #include [a bunch of stuff snipped] r=pow(2,z); When I compile I get /tmp/ccg0U2N1.o(.text+0xd9): In function `generateMap... die(83)
This is My HW,PLS Help me!2049 (4/6/2006 9:59:55 PM) comp.lang.c This is my homework and i couldn't do it,please help me. I wait your helpsss On the planet Zephod, which orbits the star Betelgeuse, the sharks increase at a rate of 5% of the guppy population per day, provide... dj.trust.06(2)
Different code behaviour in Unix & Windows4128 (4/18/2006 3:56:23 PM) comp.lang.c Hi, I am doing some mathematical analysis on large numbers in C. The same code runs perfectly in Windows but produces unpredictable results in Unix (like negative numbers or very very big numbers). I am using... saumi7(9)
Source Code to Plauger's "Standard C Library"4107 (5/10/2006 5:32:40 PM) comp.lang.c Does anyone know where I can download the source code to accompany PJ Plauger's book "The Standard C Library"? I find a lot of references for the library, but not the actual source code from the book. Any hel... the-grue(146)
Neatest way to get the end pointer?93225 (2/5/2008 10:40:37 PM) comp.lang.c I commonly use pointers to iterate thru an array. For example: int my_array[X]; int *p = my_array; int const *const pend = my_array + sizeof my_array/sizeof*my_array; do *p++ = 42; while... toe(740)
Graph Path Module116 (4/14/2008 9:37:54 AM) comp.lang.perl.modules Greets! Is there a module for the A* algorithm? (Shortest path between 2 Vertices in a graph) I tried Google and CPAN search, but apparently my search-foo is weak today. /peter ... darthludi(23)
Size of array too large1647 (4/17/2008 10:07:22 PM) comp.lang.c Hello I'm writing a small programme to look for some particular integer sets (homometric sets), and each one of this sets is a unsigned long long (e.g. {1, 2, 4, 7} --> 1001011=75). I need to have a very long ... danieleghisi(2)
optimizers are overrated5928 (4/22/2008 11:38:18 PM) comp.lang.c Optimizers are overrated I started learning ASM not long ago to improve my understanding of the hardware architecture and my ability to optimize C code. The results of my first experiment were surprising to ... copx(116)
GGC's Machine Code Production ?841 (5/1/2008 1:21:21 PM) comp.lang.c Hello , I have been curious about the speed of 2 version of a matris filling program and got suprised by the results. Actually , I am having Data Structures lecture on university though our professor claimed "... taygunkekec(10)
LaTeX parser #22422 (5/24/2009 8:16:02 PM) comp.text.tex I would like to parse LaTeX documents. For example, given \documentclass{article} \usepackage{setspace} \begin{document} \section{Section 1} This is section 1. \end{document} I would like to be able to get p... 1usa(108)