Coder Social home page Coder Social logo

c's Introduction

# C
// Basic things about C

// Get Started
// 0. You need to download the compiler (search for MinGW Download, or visit https://sourceforge.net/projects/mingw/)
// https://osdn.net/projects/mingw/downloads/68260/mingw-get-setup.exe]
// 1. Click next, next, next, and install
// 2. On the Package selection menu, select mingw32-gcc-g++
// 3. Configure the path [Details: https://www.youtube.com/watch?v=Ubfgi4NoTPk]
// 4. Go C:\ >  MinGW > bin > Copy the path
// 5. Search path > go to env variables > path > paste
// 6. Setting your favorite text editor (Install extension code runner and c/c++ extensions)
// 7. Need help? Watch this https://www.youtube.com/watch?v=Ubfgi4NoTPk&ab_channel=MrAboutTech
// 8. ENJOY

// Or if you are not from IT
// 0. Install CODEBLOCK [Details: https://sourceforge.net/projects/codeblocks/]
// 1. ENJOY

// Books recommendations
// 0. Biggining C
// 2. How to C Program

// How to run first program?
// 0. Create a file with the extension '.c'
// 1. Type the code
// 2. Compile the code: Open cmd > goto the file path > run gcc filename.c -o compilefilename >
// 2.1 Linking: [This part will be done befind the scene]
// 3. Execute the code : ... > run ./compilefilename >

// Or use code runner extension

#Apple:
// 0. The C skeleton
// 1. printf
// 2. Variable

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.