by moufou
problem with string replace (char *)
|
|
[2 replies] Last: wow thanks a lot, this will simplify a lot the code. thanks again. (by moufou)
|
by kingkush
Error C2039 despite having header files
|
|
[8 replies] Last: That sounds simple enough. Thank You! I still wasnt able to see my pro... (by kingkush)
|
by Filorn
little encoder doesn't work
|
|
[1 reply] : oh sorry i have just correct one thing so THIS one is the real encoder... (by Filorn)
|
by Filorn
atoi
|
|
[2 replies] Last: oh thanks now i got it (by Filorn)
|
by supernoob
void main()
|
|
[3 replies] Last: @ OP: void main() is wrong because the C++ ISO standard explicitly sta... (by Computergeek01)
|
by leourb
Visual Studio Compile-time Error with Header and Source File
|
|
[3 replies] Last: I have solved putting "Header.h" after "stdafx.h" and "std_lib_facilit... (by leourb)
|
by JoanT
Game board code
|
|
[3 replies] Last: Hi, I think it is awesome that you have written some pseudo code to h... (by TheIdeasMan)
|
by lTachyon
Linking and Includes
|
|
[1 reply] : on your header file i would remove serverConfig. just have a struct a... (by rafae11)
|
by AlexBoggs
To store a single char value
|
|
[8 replies] Last: I don't think it's laughable though, I honestly think that ctrl-c is h... (by Computergeek01)
|
by stav
vectors faster than lists?
|
|
[3 replies] Last: > but...recently learned about vectors which are as fast as arrays? > ... (by JLBorges)
|
iterator of std::array within a vector dereferencing |
|
[2 replies] Last: okay thanks @keskiverto passing 'const value_type {aka const sf::Rec... (by xenoviaquarta)
|
How can i read a text file from a specified location? |
|
[2 replies] Last: It doesn't work... I don't know where's the file. char LOCATION; ... (by closed account 16pXSL3A)
|
by thechavinil
To print boolean
|
|
[1 reply] : // Example program #include <iostream> #include <string> bool myBool... (by rafae11)
|
by Skwidman157
Issue with crash at exit
|
|
[1 reply] : http://www.cplusplus.com/forum/general/170598/ Stay with 1 thread. (by Hippogriff)
|
by plususerz
"THIS" Pointers and function calls
|
|
[4 replies] Last: it seems pointers and addresses within classes is another beast alto... (by keskiverto)
|
by Filorn
tutorial searching
|
|
[6 replies] Last: Online: http://cppannotations.sourceforge.net/annotations/html/ Downlo... (by JLBorges)
|
by FireCoder
Array Can't Shuffle!
|
|
[4 replies] Last: A pointer to an element in an array is a random access iterator. Lega... (by JLBorges)
|
method to check if char array is a number ? |
|
[2 replies] Last: #include <iostream> #include <string> bool is_double( const std::str... (by JLBorges)
|
by siery
Dynamic memory allocation problem
|
|
[7 replies] Last: I'd personally try to avoid using C-style strings if possible, instead... (by closed account E0p9LyTq)
|
by Innsmouth
Derived class objects in singly linked list stack
|
|
[3 replies] Last: Where are you trying to push a Jester? And what do you mean by "doesn'... (by booradley60)
|