Search
 
SCRIPT & CODE EXAMPLE
 

CPP

? in cpp

e = ((a < d) ? (a++) : (a = d))
  //advance if else condition
Comment

# in c++

You can use '#' sign to get exact name of an argument passed to a macro:
#define what_is(x) cerr << #x << " is " << x << endl;
int variable = 376;
what_is(variable);
// prints "variable is 376"
Comment

PREVIOUS NEXT
Code Example
Cpp :: Define and show the implementation of the functions of an arrayList. 
Cpp :: compilling c++ and c by console 
Cpp :: sort n characters in descending order c++ 
Cpp :: c++ code 
Cpp :: how to make a running text in c++ 
Cpp :: void linux java 
Cpp :: set app icon qt 
Cpp :: how to define a node in c++ 
Cpp :: floating point exception 
Cpp :: subsets of a given array 
Cpp :: C is widely used for systems-level software and embedded systems development. 
Cpp :: string class cpp 
Cpp :: ++i v.s i++ 
Cpp :: how to use and in c++ 
Cpp :: rand function c++ 
Cpp :: split date and time in a column in db browser 
Cpp :: c++ server service ros 
Cpp :: arraylist equivalent cpp 
Cpp :: how to implement stack 
Cpp :: sort c++ array 
Cpp :: function template in c++ 
Cpp :: void pointer c++ 
Cpp :: run with cpp version 
Cpp :: linux x11 copy paste event 
C :: unity change transparency script 
C :: Sorting number excluding elements in highest to lowest 
C :: get window width height glfw 
C :: type change in c 
C :: for loop c 
C :: dart in android studio 
ADD CONTENT
Topic
Content
Source link
Name
6+8 =