Movatterモバイル変換


[0]ホーム

URL:


Logo

User Tools

Site Tools

You are here:start

Sidebar

Programming Reference/Librarys

Question & Answer

Q&A is closed







start

Programming Library / Reference with examples

Be a part of our community and help to improve this reference.

This is a Wiki for all possible programming languages ​​with descriptions and examples.
The goal is 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 conditions are:

  • add no inappropriate content.
  • be sure it is your code (no cut and paste)
  • Hold your descriptions and articles easy understandable for everyone
  • no SPAM
  • read theformatting syntax before you start

do you miss your favorite language ? add it ;)

please note - we are no company

the pages should look like this example herehttps://code-reference.com/c/stdio.h/printf … or even better

C Example Sourcecode

#include<stdio.h> int main(int**argc,char**argv){/* * Sourcecode example for printf * https://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

add a reference page

there is a playground for beginners to add a new page type for examplehttps://code-reference.com/playground/c/stdio.h/printf
that will add a menu structure

playground   - c     - stdio.h       - printf

remove playground for a real example

To Support us
do simple things e.g. correct spelling and grammar, improve the examples or descriptions.
or add new missing stuff like references for languages.

You can also help us with bitcoins to pay the server costs:1AXLPuRUBYc1JczTW4XS65GL6oWjNP2Vt2 but really nobody has ever spend a part of a coin to this project…. its all mined

on the occasion of the current invasion of Russia in Ukraine

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

Page Tools

Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Share Alike 3.0 Unported
CC Attribution-Share Alike 3.0 UnportedDriven by DokuWiki
Tweet this link
ImpressumDatenschutz


[8]ページ先頭

©2009-2025 Movatter.jp