-
Notifications
You must be signed in to change notification settings - Fork 0
pwrsoft/c-language
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
To compile and run the examples use one of these example commands: g++ -std=c++11 eventlog.cpp && ./a.out g++ -std=c++11 eventlog.cpp -o eventlog && ./eventlog PS: Use g++ instead of gcc for compiling C++ code: g++ -Wall -W -Werror tex.cpp -o tex gcc does not link stdc++ library by default which is required for your code.
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published