NetBurner 3.5.6
PDF Version
nbstring.h File Reference

NetBurner String Class. More...

#include <stdint.h>
#include <stdio.h>
#include <system.h>
#include <fd_adapter.h>

Go to the source code of this file.

Classes

class  NBString
 Lightweight alternative to C++ CString class. More...
 
class  NBInterpolatedString
 A wrapper for NBString::Interpolate() ideal for easy access to ephemeral values. More...
 

Detailed Description

NetBurner String Class.

A lightweight alternative to the C++ CString class. Note that if you prefer CString, you can add it using the Standard Template Library (STL), but the STL consumes a significant amount of resources.