Fixed1
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 6 articles for 0.000 sec
Re: After Religion     

Group: alt.philosophy · Group Profile · Search for Fixed1 in alt.philosophy
Author: James Whitehead
Date: Jul 29, 2007 07:57

... whole to each part. Introduction A sentence is context,sensitive iff its truth,conditions can vary across occasions of use even as the sentences standing meaning in the language remains fixed1 and anschauung produzierend : the imagination which creates signs Zeichen machende Phantasie and our purpose is to commemorate their deed 10 and in the case of indeterministic outcomes, it may be ...
Show full article (10.60Kb) · Show article thread
Re: MR&C 7.9     

Group: comp.lang.fortran · Group Profile · Search for Fixed1 in comp.lang.fortran
Author: Lane Straatman
Date: Mar 16, 2007 15:30

... readability even though it's redundant as far as the compiler is concerned. program fixed1 real :: b integer :: i do i = 1, 5 real_integer= real(i)!kind is ...)') 'ending a = ', a end if foo = real(counter) end function end program fixed1 This gives much different output with: integer :: counter counter = 0 , as ...
Show full article (1.99Kb)
Re: MR&C 7.9     

Group: comp.lang.fortran · Group Profile · Search for Fixed1 in comp.lang.fortran
Author: Ken Fairfield
Date: Mar 14, 2007 18:40

... Straatman wrote: (snip) Fortran has an assignment statement, unlike C where assignment is an operator and any expression is legal as a statement. Thanks. program fixed1 real :: a integer :: i do i = 1, 5 real_integer= real(i)!kind is optional a = foo(real_integer) write (*, '(a, f12.8)') 'in main a ...
Show full article (1.27Kb)
Re: MR&C 7.9     

Group: comp.lang.fortran · Group Profile · Search for Fixed1 in comp.lang.fortran
Author: Lane Straatman
Date: Mar 14, 2007 16:36

...where assignment is an operator and any expression is legal as a statement. Thanks. program fixed1 real :: a integer :: i do i = 1, 5 real_integer= real(i)!kind is optional... (*, '(a, f12.8)') 'in foo a = ', a end function end program fixed1 I finally have a difference between saving and not saving that matters. If you toggle: ...
Show full article (1.38Kb)
Re: MR&C 7.9     

Group: comp.lang.fortran · Group Profile · Search for Fixed1 in comp.lang.fortran
Author: Lane Straatman
Date: Mar 14, 2007 16:15

..., will be the value that n has when the subroutine is next entered. program fixed1 real :: a integer :: i do i = 1, 5 real_integer= real(i)!kind is optional...else a = a + x end if foo = 6.7 end function end program fixed1 I'm attempting to write my first program with fixed font in this century. Something's ...
Show full article (1.47Kb)
Programowanie w C++ z użyciem Anjuty i Glade     

Group: pl.comp.os.linux.programowanie · Group Profile · Search for Fixed1 in pl.comp.os.linux.programowanie
Author: korsak49
Date: Jan 11, 2007 01:21

... 2.6.8. Stworzyłem druid aplikacji "test" - powstały pliki: test.cc, window1.cc, window1.hh, window1_glade.cc, window1_glade.hh. Gdy skonfigurowałem glade pod kontem plików, umieściłem kilka widgetów (fixed1, label1, button1, entry1) udało mi się obsłużyć funkcję naciśnięcia guzika (wpisałem w niej rozkaz: gtk_main_quit();). Mój problem jest następujący: Jak dostać się do właściwości ...
Show full article (0.66Kb)