Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

CString

Really lightweight (just header) implementation of std::string in plain WinAPI. (may be missing some features)

How to use

It's... simple?

#include <Windows.h>
#include "CString.hpp"

int main() {
	CString str("katch is the best");
	str.replace("katch", "xWhitey");
	WriteConsoleA(GetStdHandle(STD_OUTPUT_HANDLE), str.c_str(), str.length(), NULL, NULL);
}

About

Really lightweight implementation of std::string in plain WinAPI. (may be missing some features)

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages