Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102810909
exercise02-2.cpp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, Feb 24, 10:21
Size
481 B
Mime Type
text/x-c
Expires
Wed, Feb 26, 10:21 (1 d, 18 h)
Engine
blob
Format
Raw Data
Handle
24433360
Attached To
R1106 Programming Concept Rouaze
exercise02-2.cpp
View Options
/*
* exercise-template.cpp <--- The name of the source file goes here
*
* <--- Description of the program goes here.
*
* Created on: September 02, 2015 <--- Fill in the date here
* Author: Davide Forti <davide.forti@epfl.ch> <--- Fill in your name (and e-mail) here
*/
/*
* Any headers you need to include should be specified on the next lines
*/
#include <iostream>
int
main
(
int
argc
,
char
*
argv
[])
{
/*
* The body of the program goes here
*/
return
0
;
}
Event Timeline
Log In to Comment