beamer : table of content and hideothersubsections041 (1/18/2007 2:19:12 PM) comp.text.tex hello, I would like to make a slide with the table of content such that : 1 - only the sub-sections of the current section appear 2 - the sub-sections different from the current one are grayed here is what I di... evangeli
table of content and hideothersubsections024 (1/18/2007 2:18:53 PM) comp.text.tex hello, I would like to make a slide with the table of content such that : 1 - only the sub-sections of the current section appear 2 - the sub-sections different from the current one are grayed here is what I di... evangeli
a question on basic types of interfaces.C238 (11/23/2006 12:12:44 PM) comp.lang.ada hello, there are some points regarding Interfaces.C that I want to be sure of if I consider Interfaces.C and are the following assertions always valid : Interfaces.C.int'first = INT_MIN Interfaces.C.int'last ... evangeli
compiling C files with gnat project files435 (11/13/2006 1:47:40 PM) comp.lang.ada Hello, I am trying to use gnat project files in my project which contains some Ada and C files. I have the following tree : --========== src/ helena.gpr src/utils/ sizeof.h sizeof.c src/progs/ hele... evangeli
"limited with" with gnat GPL622 (10/20/2006 5:46:41 PM) comp.lang.ada Hello, I am having problems in my ada application to get "limited with" work on gnat. Each time I do a "limited with" either the gnat crashs either I get weird error messages such as : pn-expressions.adb:30:03 ... evangeli
number of bits for an int type1429 (10/16/2006 10:34:27 AM) comp.lang.c Hello, How can I know the number of bits used for an int value? Is "sizeof(int) * CHAR_BIT" correct ? thanks ... evangeli
tools for generating documentation from source code158 (10/10/2006 2:46:29 PM) comp.lang.ada Hello, I am looking for a tool for generating documentation from the source code of my program. I have found some on the web : adadoc, ada2html... And I don't know which one I should use. Could some users give ... evangeli
weird error message after gnat installation425 (5/7/2006 10:33:30 AM) comp.lang.ada hello, i just downloaded and installed gnat-gpl-2005 on my system i made this simple test program procedure test is begin null; end; and i got this error message +===========================GNAT BUG DETECTED===... evangeli
convert XML to PDF in my ada application327 (5/5/2006 12:40:11 PM) comp.lang.ada hello ! i am writing an ada application which can generate some outputs in an xml format. i would also like to generate a pdf file of this output. is this possible? i have seen some tools that convert xml to pd... evangeli
operations on files and directories536 (5/3/2006 2:42:05 PM) comp.lang.ada Hello, how would you do to 1 - check if two files have the same content 2 - check if two files have the same date i looked in Ada.Directories but did not find how to do such a thing is this in another package? ... evangeli
compiling C files with gnat project files435 (11/13/2006 1:47:40 PM) comp.lang.ada Hello, I am trying to use gnat project files in my project which contains some Ada and C files. I have the following tree : --========== src/ helena.gpr src/utils/ sizeof.h sizeof.c src/progs/ hele... evangeli(63)
"limited with" with gnat GPL622 (10/20/2006 5:46:41 PM) comp.lang.ada Hello, I am having problems in my ada application to get "limited with" work on gnat. Each time I do a "limited with" either the gnat crashs either I get weird error messages such as : pn-expressions.adb:30:03 ... evangeli(63)
number of bits for an int type1429 (10/16/2006 10:34:27 AM) comp.lang.c Hello, How can I know the number of bits used for an int value? Is "sizeof(int) * CHAR_BIT" correct ? thanks ... evangeli(63)
weird error message after gnat installation425 (5/7/2006 10:33:30 AM) comp.lang.ada hello, i just downloaded and installed gnat-gpl-2005 on my system i made this simple test program procedure test is begin null; end; and i got this error message +===========================GNAT BUG DETECTED===... evangeli(63)
operations on files and directories536 (5/3/2006 2:42:05 PM) comp.lang.ada Hello, how would you do to 1 - check if two files have the same content 2 - check if two files have the same date i looked in Ada.Directories but did not find how to do such a thing is this in another package? ... evangeli(63)
on the use of "limited with"447 (10/8/2005 1:45:32 PM) comp.lang.ada hello, i recently downloaded gnat gpl and tested the new Ada 05 feature "limited with" here are two packages which defines two types: limited with q; package p is type tp_record is private; type tp is ac... evangeli(63)
how to adapt a path name to the OS734 (5/4/2005 4:19:30 PM) comp.lang.ada Hello let us assume i have a string S corresponding to a path that has the following value : "/home/test/me/test path" is there a predefined function that can adapt S to my OS. On my example i'll have F(S) = "... evangeli(63)
explanation about an error message347 (7/7/2004 9:57:23 AM) comp.lang.ada hello could someone explain to me this error message i get : generator.adb:4:06: unit in with clause is private child unit generator.adb:4:06: current unit must also have parent "Decls" and what i could i do... evangeli(63)
what is & 0x1 in this context?530 (6/17/2004 4:23:49 AM) comp.lang.c I came across this nugget in my intarweb travels. It's part of a median-calculation. Can someone tell me what the if( length & 0x1 ) is doing? Thanks! --------------------------------------------- /* Is... iamlevi3(10)
memory optimization423 (6/14/2004 1:51:23 PM) comp.lang.c hello all i am implementing an application in which a large number of (char *) is stored into a hash table structure. As there may be collisions, each (char *) inserted into my hash table is put into an array.... evangeli(63)