The Open Source Swiss Army Knife

/code/cPP/strings_cPP/
/code/cPP/strings_cPP/ + sub-categories
http://www.sirfsup.com/
web directory content
    
      

Not logged in
Chat Register Login
return to:  http:/www.sirfsup.com      /code   /cPP   /strings_cPP 
sub-categories and articles

                                                  
   --->create new sub-category


Chameleon.cpp
add

#include <sstream>

compile.sh
add

#!/bin/sh g++ -c -o a.o -I. -I.. -I/usr/local/include/ -I/usr/local/pg8/include multibyte.cpp g++ -DUSE_PG -L/usr/local/lib -L/usr/local/pg8/lib -o a.out a.o -lpq /usr/local/lib/libpqxx.a

ifempty.txt
add

empty strings in c++ -------------------- there are two functions for strings which help determine if they are empty or not size() length()

multibyte.cpp
add

// this works without any problems

readin.cpp
c++ vector.push_back for strings

#include <iostream>

str.cpp
add

//

str.h
add

//

stringC.cpp
add

#include <iostream>

string_test.cpp
add

#include <string>

strings_char_pointers.cpp
add

#include <iostream>

testString.cpp
add

#include <iostream>
   --->upload your article


User submitted category site links


(None)

-->submit a page from your site dealing with strings_cPP to the sirfsup! web directory for listing

return to top