by bhatiaharsh
timestamp v/s clock_t
|
|
[3 replies] Last: errr, i just noticed that timestamp that im using, is not a standard C... (by bhatiaharsh)
|
by aclark17
static members
|
|
[7 replies] Last: Yes, it will be changed. (by vlad from moscow)
|
by isaacmaze
How do you read multiple inputs from a text file?
|
|
[3 replies] Last: #include <fstream> //... std::ifstream i("myfile.txt"); std::string ... (by closed account 10oTURfi)
|
by Kart
Unexpected Ofstream file output
|
|
[4 replies] Last: Please ignore as I may have now resolved the problem.... Cheers cheer... (by Kart)
|
by hopesfall
Clicking a link
|
|
[1 reply] : Well, you could. But there are easier ways to do that. (by pogrady)
|
by strongdrink
Lambda vs inheritance/virtual methods for events
|
|
[4 replies] Last: Yeah, I ended up using virtual methods due to readability and neat cod... (by strongdrink)
|
by veeyik
What does 'unspecified' in this question means?
|
|
[4 replies] Last: oh okay i miss that part. sorry.. =) (by veeyik)
|
by asdfg12
slide tile help please
|
|
[4 replies] Last: For hysterical raisins, the OP: i need to convert this program into ... (by Moschops)
|
by Ali93
Need help in "Linked list"
|
|
[1 reply] : I don't see what keeping two lists (pass/fail) will buy you other than... (by cire)
|
by ekorad
Splitting a string
|
|
[7 replies] Last: Thank you very much, I should have spent more time inspecting this cod... (by ekorad)
|
by glsmn
run a C++ sever program from my website
|
|
[6 replies] Last: there is a free but a alright hosting called 000hosting (by closed account ozUkoG1T)
|
by shafh
Vector problem
|
|
[11 replies] Last: It's not legal C++, but some compilers allow it as an extension. (by cire)
|
by ahmedlab7
Take a look please
|
|
[2 replies] Last: I put every thing but I have nothing on the screen to be displayed (by ahmedlab7)
|
by chiquitina21
random function c++
|
|
[3 replies] Last: Thank you guys i got it to work! @dangerous I used your code for the e... (by chiquitina21)
|
Still continues |
|
[2 replies] Last: I see you're trying to account for all possible combinations of upper-... (by Gaminic)
|
by morando
strongly typed enums
|
|
[4 replies] Last: Thanks. (by morando)
|
by hooshdar3
maximum length of a statement
|
|
[11 replies] Last: From the C Standard 5.2.4.1 Translation limits 1 The implementation ... (by vlad from moscow)
|
by devonrevenge
trying to install sdl_image into code blocks...it cant find lSDL_image, i got all the addresses right
|
|
[no replies]
|
by Yezman
C++ c-style strings. Repeat_char function
|
|
[6 replies] Last: bool repeat_char(const char* s, size_t n) { const char* p = s + ... (by dangerous)
|
by dominover
--prefix = PREFIX (meaning ?)
|
|
[2 replies] Last: Thanks for that. So you mean PREFIX can be any install location say a... (by dominover)
|