Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
wims-info
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alexandros Bokaris
wims-info
Commits
b3238c1b
Commit
b3238c1b
authored
9 years ago
by
Adrien Rougny
Browse files
Options
Downloads
Patches
Plain Diff
maj src/cpp/read_program.cpp
parent
2e2b6c52
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
test~coding~readingCppPrograms.fr/src/cpp/read_program.cpp
+23
-17
23 additions, 17 deletions
test~coding~readingCppPrograms.fr/src/cpp/read_program.cpp
with
23 additions
and
17 deletions
test~coding~readingCppPrograms.fr/src/cpp/read_program.cpp
+
23
−
17
View file @
b3238c1b
target
=
variable
io
if
loop
function
vector1D
vector2D
file
procedurecalling
procedure
math
proceduresimplest
procedure
loop
target
=
variable
io
if
loop
function
vector1D
vector2D
file
procedure
_math
procedure_
calling
procedure
_loop
procedure
_
simplest
procedure
#if defined TARGET_variable
#define TARGET variable
...
...
@@ -25,11 +25,6 @@ target=variable io if loop function vector1D vector2D file procedurecalling proc
#define TARGET_FR fonctions
#endif
#if defined TARGET_vector1D
#define TARGET vector1D
#define TARGET_FR tableaux
#endif
#if defined TARGET_vector2D
#define TARGET vector2D
#define TARGET_FR tableaux 2D
...
...
@@ -40,26 +35,37 @@ target=variable io if loop function vector1D vector2D file procedurecalling proc
#define TARGET_FR Fichiers et flux
#endif
#if defined TARGET_
procedurecalling
#define TARGET
procedure-calling
#define TARGET_FR
Procdures appelant une procdure
#if defined TARGET_
vector1D
#define TARGET
vector1D
#define TARGET_FR
tableaux
#endif
#if defined TARGET_procedure
simplest
#define TARGET procedure
-simplest
#define TARGET_FR Procdures s
imple
s
#if defined TARGET_procedure
_math
#define TARGET procedure
_math
#define TARGET_FR Procdures e
t oprations mathmatiques
#endif
#if defined TARGET_procedureloop
#define TARGET procedure
-
loop
#if defined TARGET_procedure
_
loop
#define TARGET procedure
_
loop
#define TARGET_FR Procdures et boucles
#endif
#if defined TARGET_procedure
math
#define TARGET procedure
-math
#define TARGET_FR Procdures e
t oprations mathmatiques
#if defined TARGET_procedure
_calling
#define TARGET procedure
_calling
#define TARGET_FR Procdures a
ppelant une procdure
#endif
#if defined TARGET_procedure_simplest
#define TARGET procedure_simplest
#define TARGET_FR Procdures simples
#endif
#if defined TARGET_procedure
#define TARGET procedure
#define TARGET_FR Procdures
#endif
\
title
{
Comprhension
de
programmes
C
++
(
TARGET_FR
)}
\
description
{
Comprhension
de
programmes
C
++
(
TARGET_FR
)}
\
language
{
fr
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment