by graciano
What type of cast to use
|
|
[3 replies] Last: char character = {0,0}; character = the_character_you_want_to_... (by Disch)
|
by Incubbus
More than 64 Winsock Sockets?...
|
|
[5 replies] Last: yes thats what i said.. i will go with what the above posts said.. ... (by writetonsharma)
|
by chiwing
what the meaning of * in C++
|
|
[2 replies] Last: big thanks to GREY WOLF it really help ~~ (by chiwing)
|
by Tarnish
writing a binary file
|
|
[15 replies] Last: Ok, I changed everything using <fstream> library instead of <stdio.... (by Tarnish)
|
by wretch
refactoring C++
|
|
[1 reply] : There are only two that I know about . Visual SlickEdit (commercial) a... (by PanGalactic)
|
by nanger
about member class object
|
|
[1 reply] : Yes. Moreover, you can specify which constructor will be called with ... (by helios)
|
by JacKal
UTF-8 in DEV-C++
|
|
[6 replies] Last: can you really write "я" in Dev-Cpp ? I can't write unicode character... (by ganjaman73)
|
by ansh batra
my first project
|
|
[2 replies] Last: Not enough info. "On login": does that mean when you log into the o... (by Hammurabi)
|
by hicks
Running average
|
|
[no replies]
|
Reading in doubles from a text file |
|
[10 replies] Last: double d; scanf( "%lf", &d ); http://www.cplusplus.com/referen... (by Duthomhas)
|
by Denis
own operation system
|
|
[1 reply] : up up up (by Denis)
|
by nanger
to define a derived class or modify the original class
|
|
[2 replies] Last: And another example. Please see in function print(). It wasn't modifie... (by Denis)
|
by goocreations
Recursion in C++
|
|
[6 replies] Last: void SPBruteForce::getSPAll(Vertex *e, Cycle *c){ Cycle *b = n... (by Denis)
|
by hemanth
Splitting string based on Delimiters
|
|
[2 replies] Last: inline std::vector < std::string > split(const std::string &s, const c... (by Denis)
|
by hemanth
sorting a vector of pairs:
|
|
[4 replies] Last: Your function does not match your initial requirements because it does... (by jsmith)
|
by chemser101
Calling in files
|
|
[1 reply] : switch only works to compare an integer to a static number of options,... (by helios)
|
static Data Members initialization |
|
[6 replies] Last: }; HANDLE hConsole = GetStdHandle(STD_OUTPUT_HANDLE); I'm so... (by vbnetskywalker)
|
Is this performance gain possible? |
|
[4 replies] Last: 128 is already way too much, but 50k? Still, it's an interesting ex... (by Hammurabi)
|
by luckycusp
XML files with C++
|
|
[9 replies] Last: libxml2 ( http://www.xmlsoft.org/ ) and libxml++ ( http://libxmlpluspl... (by PanGalactic)
|
by kolonel
Syntax Highlighting
|
|
[1 reply] : There are a lot of open source apps that do it. Search the 'net. (by jsmith)
|