Skip to content

»C« Mystery Cache

Hidden : 4/16/2014
Difficulty:
2 out of 5
Terrain:
1.5 out of 5

Size: Size:   small (small)

Join now to view geocache location details. It's free!

Watch

How Geocaching Works

Please note Use of geocaching.com services is subject to the terms and conditions in our disclaimer.

Geocache Description:

Programski jezik "C" / "C" Programming Language


[SLO]

Programski jezik »C« je nizkonivojski računalniški programski jezik za splošno rabo, ki je bil razvit v 70-tih letih prejšnjega stoletja. Danes je eden najbolj razširjenih programskih jezikov in se uporablja za izdelavo operacijskih sistemov (npr. jedro operacijskega sistema Linux), gonilnikov, sistemske programske opreme in embedded sistemov, kjer je hitrost izvajanja bistvenega pomena. Vplival je na razvoj večine novejših programskih jezikov (C++, C#, java, PHP, Python), ki so si pri njem sposodili obliko, sintakso in včasih tudi semantiko.

Prevajalniki zanj obstajajo za skoraj vsako strojno platformo od najmanjših mlinčkov (npr. Raspberry Pi) pa vse do super računalnikov z nekaj tisoč procesorji. Za učenje osnov jezika so na voljo tudi internetne strani, ki prevedejo programsko kodo, jo izvedejo in izpišejo rezultat.

Zakladek se ne nahaja na podanih koordinatah. Naredite svoj "C" programček in vanj vključite naslednje programske vrstice:

          char name[] = "FreD";

          char surname[] = "FlinstonE";

          printf("%d %o\n", *name, *surname);

Rezultat vas bo pripeljal do končnega cilja.

Cilj preverite z uporabo GeoChek-a kjer boste dobili tudi dodaten namig za iskanje na terenu.

[ENG]

The "C" is a low-level computer programming language for general purpose, which was developed in the 70s of the last century. Today is one of the most widely used programming languages and is used to make operating systems (e.g. Linux kernel), drivers, system software and embedded systems, where execution speed is essential. It had a strong impact on the most of the newer programming languages (C++, C #, Java, PHP, Python), who borrowed the form, syntax and sometimes also semantics from it.
You can find "C" compilers for almost any hardware platform from the smallest (e.g. Raspberry Pi) up to super-computers with several thousand processors. For learning the basics of the language there are available internet sites that compile program code, execute it and displayed result online.

Cache is not located at the specified coordinates. Make your own "C" program and include the following lines into:

          char name[] = "FreD";

          char surname[] = "FlinstonE";

          printf("%d %o\n", *name, *surname);

The result will guide you to your final destination.

Use a GeoChek to check the destination and there you will find an aditional hint for the searching on the field.

Additional Hints (No hints available.)