WOWCube Docs logo
WOWCube Docs
Mission Control
Section Shortcuts
APIExamplesSourceWOWConnectChangelog
Filters
SDK and language defaults persist in cookies.
SDK version
Navigation Tree
Collapsed by default, focused on the active path.
Made byMcKay Seamons
GitHub
  1. Home
  2. Docs
  3. Examples
  4. info.json
Mission NodeSDK 6.3C++basicsProject Included

info.json

Examples / SDK 6.3 / C++ / basics / Strings and Arrays
info.json
JSON
1{
2 "name":"Strings and Arrays",
3 "desc":"This example demonstrates how to work with strings, characters and arrays",
4 "prev_key":"Basics/3",
5 "next_key":"Rendering/1",
6 "has_project":true
7}
Wrapped for easier reading. Turn wrap off to inspect exact line lengths.
Context Rail

Project files

StringsAndArrays.cpp
project/src/StringsAndArrays.cpp
StringsAndArrays.h
project/src/StringsAndArrays.h
wowcubeapp-build.json
project/wowcubeapp-build.json
Context Rail

Related nodes

Strings and Arrays
Examples / SDK 6.3 / C++ / basics
StringsAndArrays.cpp
Examples / SDK 6.3 / C++ / basics / Strings and Arrays / project / src
StringsAndArrays.h
Examples / SDK 6.3 / C++ / basics / Strings and Arrays / project / src
wowcubeapp-build.json
Examples / SDK 6.3 / C++ / basics / Strings and Arrays / project
Previous Node
Strings and Arrays
Examples / SDK 6.3 / C++ / basics
Next Node
StringsAndArrays.cpp
Examples / SDK 6.3 / C++ / basics / Strings and Arrays / project / src