Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tpcpp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sinaro LY
tpcpp
Merge requests
!2
Ajout du tp2 et fil rouge
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Ajout du tp2 et fil rouge
master
into
main
Overview
0
Commits
1
Pipelines
0
Changes
18
Merged
Sinaro LY
requested to merge
master
into
main
3 years ago
Overview
0
Commits
1
Pipelines
0
Changes
18
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
b865fb2b
1 commit,
3 years ago
18 files
+
445
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
18
tp-filrouge/.vscode/settings.json
0 → 100644
+
54
−
0
View file @ b865fb2b
Edit in single-file editor
Open in Web IDE
{
"files.associations"
:
{
"cctype"
:
"cpp"
,
"clocale"
:
"cpp"
,
"cmath"
:
"cpp"
,
"cstdarg"
:
"cpp"
,
"cstddef"
:
"cpp"
,
"cstdio"
:
"cpp"
,
"cstdlib"
:
"cpp"
,
"cwchar"
:
"cpp"
,
"cwctype"
:
"cpp"
,
"array"
:
"cpp"
,
"atomic"
:
"cpp"
,
"*.tcc"
:
"cpp"
,
"cstdint"
:
"cpp"
,
"deque"
:
"cpp"
,
"unordered_map"
:
"cpp"
,
"vector"
:
"cpp"
,
"exception"
:
"cpp"
,
"algorithm"
:
"cpp"
,
"functional"
:
"cpp"
,
"iterator"
:
"cpp"
,
"memory"
:
"cpp"
,
"memory_resource"
:
"cpp"
,
"numeric"
:
"cpp"
,
"optional"
:
"cpp"
,
"random"
:
"cpp"
,
"string"
:
"cpp"
,
"string_view"
:
"cpp"
,
"system_error"
:
"cpp"
,
"tuple"
:
"cpp"
,
"type_traits"
:
"cpp"
,
"utility"
:
"cpp"
,
"fstream"
:
"cpp"
,
"initializer_list"
:
"cpp"
,
"iosfwd"
:
"cpp"
,
"iostream"
:
"cpp"
,
"istream"
:
"cpp"
,
"limits"
:
"cpp"
,
"new"
:
"cpp"
,
"ostream"
:
"cpp"
,
"sstream"
:
"cpp"
,
"stdexcept"
:
"cpp"
,
"streambuf"
:
"cpp"
,
"cinttypes"
:
"cpp"
,
"typeinfo"
:
"cpp"
,
"bit"
:
"cpp"
,
"compare"
:
"cpp"
,
"concepts"
:
"cpp"
,
"numbers"
:
"cpp"
,
"ranges"
:
"cpp"
}
}
\ No newline at end of file
Loading