Home Page
- #include <iostream>
- #include <cstddef>
- #if !defined(_DEBUG)
- #pragma comment(linker, "/subsystem:windows /ENTRY:mainCRTStartup")
- #endif
- enum class EFoods {
- APPLES = 0,
- BANANAS = 1,
- PINEAPPLES = 2,
- TATOR_TOTS_AND_SAUCE = 3
- };
- // Single Line Comment for the Entry Point to this program...
- int main(int argc, char** argv, char** arge) {
- //TODO: Add in more code to this
- //NOTE: Add in more code to this
- //WARN: Add in more code to this
- //ERROR: Add in more code to this
- return 0;
- }
Array
(
[0] =>
)
Array
(
)
Array
(
)
