Twise Random

A site about computer science .
Skip to content
  • apple
  • android
  • c
  • cpp
  • data structure and algorithms
  • macos
  • python
  • tutorials

Tag: cpp

Scope in C++ , a tutorial ?

Posted on January 5, 2021January 8, 2021 by mohamad wael

 

What is a scope ?

A scope is where an identifier is declared , it can be thought of , as containing a list of identifiers . There are multiple scopes in C++ , hence multiple places , where … Read More

cpp cpp, tutorial

The compilation process of a c source file

Posted on November 18, 2020March 23, 2021 by mohamad wael

Compiling a C source file , into an executable program , involves multiple steps . They are as follow :

Preparation of the source files

The first step in compiling a C source file , is the preparation of the … Read More

c as, cc, cpp, gcc, ld