Friday 10 January 2014

Programming Wordlist I,J,K,L.

I
I/O (input output), 
binary,  
C-style,  
C++ file package,  
conversion routines,  
C-style, 
with disk files. 
manipulators,  
operators
<< (output), >> (input),  
unbuffered,  
I/O stream classes,  
IDE (integrated development environment),  
if statements, 
with else statement,  
(see also ? construct;: construct; switch statements)
#ifdef directive, 
#ifndef directive, 
ifstream
::bad,  ::close,  :.open, 
implementing templates,  
#include directive, 
include files, 
ctype.h,  
float.h,  fstream.h, iomanip.h,  
iostream.h,  
nested,  
stdio.h,  
inclusive OR operator (see OR operator)
increase (+=) operator,  
increment (++) operator,  
indentation, styles of,  
tools for,  
index [] operator,  
index, array,  
infinite arrays, module for (example),  
infinite recursion error, 
info command (debugger),  
(see also gdb debugger)
init function,  
initializing 
arrays  
base classes,  
stacks,  
automatically,  strings,  
structures,  
temporary variables, 
variables, 
inline directive, and classes,  
inline functions, 
versus parameterized macros,  
input (>>) operator, 
inputting data,  
int (integer) keyword,  
int number type,  
long versus short,  
(see also size qualifiers, variables)
integers,  
converting to floating-point
numbers, 
dividing,  
signed versus unsigned, 
integrated development environment (IDE),  
interactive debugging,  
conditional breakpoint trick,  
invert (-) operator (see NOT operator, binary)
iomanip.h file,  ios
::app flag,  
::ate flag,  
::binary flag,  
::dec flag, 
::fixed flag,  
::hex flag,  
::in flag,  
:internal flag,  
::left flag, 
::nocreate flag,  
::noreplace flag,  
::oct flag,  ::out flag, 
::right flag, 
::scientific flag,  
:.showbase flag,  
::showpoint flag,  
:showpos flag,  
::skipws flag,  
::stdio flag,  
::trunc flag,  
::unitbuf flag,  
::uppercase flag, iostream
class, 
::fill,  
::precision,  :-setf,  
::unsetf, iostream.h include file, 
ipfx member function,  
isalpha macro,  
istream
class,  :·getline,  
··ipfx,  
italics in comments, 
J
justification,  
K
K&R-style functions,  
L
L character, for long integers, 
labels for goto statements,  
languages
assembly (machine),  
C (see C language)
C++ (see C++ language)
other high-level,  
%1d conversion,  
left shift (<<) operator, length function,  
less than (<) operator,  
less than or equal to (<=) operator,  
letters (see character constants)
libraries, standard,  LIFO (last-in-first-out) order 
linear programs, 
<line-feed> character, 
linked lists, 
double-linked,  ordered,  
linkers,  list command (debugger),  
(see also gdb debugger)
lists, linked (see linked lists)
local include files,  
local variables, 
static,  
logical operators, 
! (NOT),  
&& (AND), 
versus bitwise AND,  
| | (OR), 
and relational operators,  
long double qualifier, long int keyword,  
long int type, 
long qualifier,  
longjmp function (C language), 
looping statements,  
and break statements,  
control variables in (see control variables)
for statements, 
optimizing order of, while loops, 

%lu conversion, 

No comments:

Post a Comment