-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
169 lines (128 loc) · 6.04 KB
/
index.html
File metadata and controls
169 lines (128 loc) · 6.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Home</title>
<meta name="author" content="C++ML Team">
<link href="/assets/css/bootstrap.min.css" rel="stylesheet">
<link href="/assets/css/bootstrap-responsive.min.css" rel="stylesheet">
<link href="/assets/css/font-awesome.min.css" rel="stylesheet" type="text/css" media="all">
<link href="/assets/css/style.css" rel="stylesheet" type="text/css" media="all">
<script src="/assets/js/jquery.min.js" type="text/javascript"></script>
<script src="/assets/js/bootstrap.min.js" type="text/javascript"></script>
<!-- Le fav and touch icons -->
<link rel="shortcut icon" href="/assets/favicon.ico">
<!-- Update these with your own images
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
-->
</head>
<body>
<div id="wrapper">
<div id="topping"></div>
<div class="container">
<div id="header">
<img class="logo" src="/assets/img/header-logo.png">
<h2 class="title">Visualy represent C++</h2>
</div>
<div class="navbar">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" data-toggle="collapse" data-target=".nav-collapse">Navigation</a>
<div class="nav-collapse collapse">
<ul class="nav">
<li class="active"><a href="/index.html" class="active">Home</a></li>
<li><a href="/2013/01/05/Documentation-update">Blog</a></li>
<li><a href="/documentation/">Documentation</a></li>
<li><a href="/download.html">Download</a></li>
<li><a href="/team.html">Team</a></li>
</ul>
<ul class="nav pull-right">
<li class="nav-icon"><a href="https://github.com/CplusplusML/CplusplusML"><i class="icon-github"></i></a></li>
<li class="nav-icon"><a href="https://www.facebook.com/cplusplusml"><i class="icon-facebook"></i></a></li>
<li class="nav-icon"><a href="https://twitter.com/CplusplusML"><i class="icon-twitter"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
<div id="content">
<div class="row">
<div class="span12">
<div class="gui-window">
<div class="gui-window-topbar">
<div class="gui-window-topbar-title">C++ML - index.hh</div>
<div class="gui-window-topbar-buttons"></div>
</div>
<div class="gui-window-inner">
<div class="gui-window-leftbar">
<span class="gui-tool gui-tool-cursor"></span>
<span class="gui-tool gui-tool-class"></span>
<span class="gui-tool gui-tool-function"></span>
<span class="gui-tool gui-tool-inheritance"></span>
<span class="gui-tool gui-tool-cursor"></span>
<span class="gui-tool gui-tool-aggregation"></span>
<span class="gui-tool gui-tool-composition"></span>
<span class="gui-tool gui-tool-dependency"></span>
</div>
<div class="gui-window-container"></div>
</div>
<div class="gui-window-bottombar"></div>
</div>
</div>
</div>
<br/>
<div class="page">
<h3 id="what_is_cml_">What is C++ML ?</h3>
<p>Have you yet become tired of hearings fellow <em>developpers</em> saying :</p>
<blockquote>
<p><code>C++ is so lame && (confusing || difficult) ...</code></p>
<small>A fellow developper</small>
</blockquote>
<p> <strong>Exactly</strong> ! If you ever tried to explain you latest top notch code. Say a P = NP solver. You might have wondered if there were any ways to narrow the big picture down to <strong>simple</strong> schematics.</p>
<h3 id="a_modeling_language">A modeling language</h3>
<p><strong>UML</strong>, the Unified Modeling Language was designed to answer this need. And you most likely already heard of it.</p>
<p>If fits the basics, like classes, aggregation, inheritence and most of the object paradygms.<br />But when it comes to C++ specifics concepts. You need to figured out “_hacks_” that you’ll have to explain yourself.</p>
<p>C++ML extends UML with <strong>your</strong> favorites C++ concepts.</p>
<h3 id="lets_go_">Let’s go !</h3>
<p>Read the <a href="/documentation">C++ML Documentation</a><br />Download the <a href="/download.html">C++ML Editor</a></p>
</div>
<div class="row">
<div class="span2">
<br/>
<img src="/assets/img/logo-labeip.png">
</div>
<div class="span10">
<h3>Brought to you thanks to labEIP</h3>
<p>The <strong>labEIP</strong> helps students from EPITECH grow their own projects all the way from conception to release. Over the courses of two years, they offer technical advices, harware and logistics.<br>
Check out other projects at <a href="https://eip.epitech.eu/">https://eip.epitech.eu/</a> !
</p>
</div>
</div>
</div>
</div>
<div id="push"></div>
</div>
<div id="footer">
<div class="container">
<p>© C++ML Team 2012</p>
</div>
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', '']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>