Copyright (c) Hyperion Entertainment and contributors.

Search results

Jump to navigation Jump to search

Page title matches

  • The [[UserDoc:Main|User Documentation Section]] is meant as a starting point for users. It beg ...o get into programming with step-by-step examples. Finally, the [[Autodocs:Main|Autodocs section]] contains the well-known ''autodocs'', function-by-functi
    2 KB (225 words) - 17:15, 3 October 2023
  • int main() int main()
    6 KB (1,003 words) - 05:53, 25 December 2020

Page text matches

  • The [[UserDoc:Main|User Documentation Section]] is meant as a starting point for users. It beg ...o get into programming with step-by-step examples. Finally, the [[Autodocs:Main|Autodocs section]] contains the well-known ''autodocs'', function-by-functi
    2 KB (225 words) - 17:15, 3 October 2023
  • int main(int argc, char **argv) int main(int argc, char **argv)
    4 KB (583 words) - 15:34, 5 July 2020
  • ...ry]] page for a discussion of the scope of the library, and the [[Autodocs:Main|autodocs]] for a listing of its functions. int main()
    4 KB (488 words) - 14:03, 6 December 2017
  • ...clude files and the Autodocs for the FileSystem resource in the [[Autodocs:Main|Autodocs]] and [[Expansion Library]].
    671 bytes (89 words) - 23:26, 6 November 2015
  • ...in problem with this interface is, that it is not very well documented. My main source of documentation on this issue is the amigaos-nat.c file from Thomas int main()
    4 KB (502 words) - 15:20, 29 January 2024
  • * select '''Downloads''' in the main menu on the left
    924 bytes (150 words) - 21:37, 9 December 2012
  • int main() ITimer = (struct TimerIFace*)IExec->GetInterface(TimerBase, "main", 1, NULL);
    4 KB (515 words) - 15:31, 22 May 2020
  • ...Currently (2023), the Preferences are found by pointing the mouse into the main area of the Workbench and clicking and holding the right mouse button. A m
    1 KB (195 words) - 21:27, 8 November 2023
  • int main() int main()
    6 KB (1,003 words) - 05:53, 25 December 2020
  • ...tag defines an interface of your library. You should at least declare the "main" interface. <interface name="main" version="1.0" struct="SampleIFace" prefix="_sample_" asmprefix="ISample" g
    12 KB (1,853 words) - 21:26, 29 August 2016
  • ...d interactive help to their applications. The library offers the following main features: ...migaGuide = (struct AmigaGuideIFace *)IExec->GetInterface(AmigaGuideBase, "main", 1L, NULL);
    4 KB (541 words) - 12:00, 21 February 2014
  • ...on, you must first open the translator library and obtain a pointer to its main interface: ITranslator = (struct TranslatorIFace*)IExec->GetInterface(TranslatorBase, "main", 1, NULL);
    4 KB (589 words) - 21:26, 9 November 2015
  • int main() return open_iface_name(libname, libver, "main");
    9 KB (1,481 words) - 21:56, 5 December 2017
  • ...rticular structure of the prefs file is somewhat beyond the control of the main program: the amount, contents and sequencing of data in the file depends on ...ple prefs Dictionaries but at any given point in time, only one of them is main.)
    13 KB (1,866 words) - 21:51, 5 December 2017
  • int main()
    2 KB (264 words) - 16:20, 29 May 2013
  • int main(int argc, char **argv) ...*IIntuition = (struct IntuitionIFace*)IExec->GetInterface(IntuitionBase, "main", 1, NULL);
    5 KB (661 words) - 21:03, 14 March 2014
  • ...les into "stdin", "stdout" and "stderr". It then calls the ISO C function "main". ...XECUTE command, terminates. A program written in C can simply return from "main" which returns to the startup code.
    4 KB (685 words) - 23:22, 22 April 2014
  • int main()
    2 KB (275 words) - 23:10, 26 March 2014
  • == main() == For an application you generally want to keep main() simple and to the point. This enables easier cleanup when errors occur be
    6 KB (1,163 words) - 22:01, 14 October 2013
  • ...variables by their names, and set breakpoints at named functions, like at "main()" to debug from the start of your program, or function "foo()". It is poss int main()
    17 KB (2,922 words) - 15:25, 20 February 2013

View (previous 20 | next 20) (20 | 50 | 100 | 250 | 500)