PASTEBIN
| #1 paste tool since 2002
create new paste
tools
api
archive
faq
PASTEBIN
create new paste
trending pastes
sign up
login
my alerts
my settings
my profile
Don't like ads?
PRO users
don't see any ads ;-)
Public Pastes
Untitled
0 sec ago
Untitled
8 sec ago
Untitled
5 sec ago
Untitled
C++ | 6 sec ago
Untitled
14 sec ago
VENUS by Aesthetic Themes
HTML | 21 sec ago
Untitled
17 sec ago
Untitled
20 sec ago
Header
By: a guest on
Feb 6th, 2013
| syntax:
None
| size: 0.19 KB | hits: 1 | expires: Never
download
|
raw
|
embed
|
report abuse
|
print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
namespace pa1functions
{
void greetUser();
int errorChecking(char*);
int findFileSize(int, char*);
void get(double*, int, char*);
int findVolume(double*, int, char*);
};
create a
new version
of this paste
RAW Paste Data
namespace pa1functions { void greetUser(); int errorChecking(char*); int findFileSize(int, char*); void get(double*, int, char*); int findVolume(double*, int, char*); };