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

C Library Overview

C++ Library Overview

Objective-C Library Overview

Java Library Overview

Missing your favorite Language ? Register and add it ;)

it is very easy, read the formatting syntax, get a account and write your missing stuff down
The registration is necessary to prevent spam
please note - we are no company

HOWTO Add a Site

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

programming reference on mobile

Code Reference Android App

Version 1.0 is Online ;)
Mostly the same like the IOS App

Root structure of Android App Menu Strucuture (Multiple Level) Example view of a Article in Lanscape

iPhone and iPad App

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

Description of Android App

This is a free Wiki based programming library App for programming languages like c c++ objective-c Java and so on.

This app will display the whole wiki content of our website to your Device so that you have a easy way to read it.
You will find examples and descriptions of many Programming functions/methods for many languages.

for the time being this is a implementation of the Apple Application for iPhone/iPad CodeReference. later i will implement the search and other functions of this app ;)

  • There are NO inApp purchases, only small Ads to hold the server costs ;)
  • please note We are no company, this is just a hobby project by us, become a part of it

Permissions:

  • android.permission.INTERNET We need connection to our website to download the content
  • android.permission.ACCESS_NETWORK_STATE This app has ads, to prevent errors i check if you are online, if not the app don't display ads.

Description IOS App

App Name CodeReference
Description We are no company, this is just a hobby project by us, become a part of it!

This is a Wiki based App, with a little Community
If you miss some content in your favorite Programming Language, don't
hesitate and add / edit this on code-reference.com

We created based on our Wiki this app for all the Developers out there.

NO inapp purchases and so on, only small Ads to hold the traffic costs ;)
What's New in this Version we have added a search controller
and a little button in About for rating ;)

What is this here

This is a Wiki for Programming languages like c and c++

We want to create a functions library reference for all the programming languages out there e.g c c++ c# visual c++ and so on

So do not hesitate to add some example code for e.g. c or c++ / objective-c .
or adjust the content correct / add e.g. c c++ / objective-cfunctions , descriptions.
You can also comment the examples or references with your proposals.

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)


This is a network-to-use reference
for everyone, with Descriptions and Examples for all Programming Languages.
the firsts steps for new articles is a c, c++, objective-c and java reference with a error free example code plus a short description of the function

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

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.1360076874.txt · Last modified: 2024/02/16 00:22 (external edit)

Impressum Datenschutz