User Tools

Site Tools


Sidebar

Programming Reference/Librarys

Question & Answer

Q&A is closed







start

This is an old revision of the document!


Programming Library / Reference with examples

This is a Wiki for all possible programming languages ​​with Descriptions and Examples.
We want to create a programming library reference for all the programming languages ​​out there
So do not hesitate to add some example code, adjust or correct the content

The only conditions are that you add no inappropriate content.
and you only add programming language references
*be sure it is your code (no cut and paste)

Hold your Descriptions and articles easy understandable for everyone
please not so much complex source codes or descriptions that are difficult to understand

Arduino Library Overview

C Library Overview

C++ Library Overview

Objective-C Library Overview

Java Library Overview

do you miss your favorite language ? add it ;)

It is very easy, read the formatting syntax, if you whant get a account and write your missing stuff down
please note - we are no company

add a reference page

for example: if you whant to add a new page so type http://code-reference.com/playground/objc/foundation.framework/nsnumber.h/boolvalue
that will add a menu structure

playground
   - objc
     - foundation.framework
       - nsnumber.h
         - boolvalue

replace playground for a real example

Before you become a author we recommend to read DokuWiki and Formatting Syntax

CodeReference on mobile

Code-Reference.com Logo

Menu Strucuture (Multiple Level) Menu Strucuture (2nd Level) Example view of a Article - syncron with our Website. With our click and explain feature ;)

C Example Sourcecode

#include <stdio.h>
 
int main(int **argc, char **argv)
{
/*
 * Sourcecode example for printf
 * http://code-reference.com/c/stdio.h/printf
*/
   int i;
   /* Click on int to look what it is */
   i=0;
 
   while (1) {
  /* Click on while to read the description of while*/
       i++;
       printf("Hello World no: %i\n",i);
       /* Click on printf to read the description of printf*/
   }
}

Output example for a compiled source

  output:
  
  user@comp:$ ./te 
  Hello World no: 1
  Hello World no: 2
  Hello World no: ...
  ... and so on, and so on
 

on the occasion of the current invasion of Russia in Ukraine

Russian Stop this War
start.1360980211.txt · Last modified: 2024/02/16 00:22 (external edit)

Impressum Datenschutz