by boomueki
return value 3221225477
|
|
[2 replies] Last: ok thx (by boomueki)
|
by HS05669
While Loop
|
|
[3 replies] Last: #include <iostream> int main() { const int from = 1 ; const... (by JLBorges)
|
by pepepe
Deleting from binary tree
|
|
[6 replies] Last: Thanks for the comment. I corrected the code so that it would properly... (by pepepe)
|
by Trefoil2727
Problem with tracing code
|
|
[1 reply] : Hi, On line 12 m is an int. You may be confused by it being a funct... (by TheIdeasMan)
|
by Peter87
Efficient bounds checking for signed integers
|
|
[7 replies] Last: signed index is really useful now and then. consider... lets say you ... (by jonnin)
|
by CFLam
look for serialization class for VC++
|
|
[1 reply] : Have you tried ditching the makefile and trying to compile it yourself... (by jonnin)
|
by keekee
static log4cxx::LoggerPtr logger
|
|
[2 replies] Last: @Ganado, my guess he means this: https://logging.apache.org/log4cxx/la... (by Thomas1965)
|
by itfreakas
PATHS
|
|
[1 reply] : If you interpret your question so as to get the model answers (which i... (by lastchance)
|
by CFLam
Better(faster) algorithm to compare 2 vector of vector of integer ? (1,2)
|
|
[21 replies] Last: @icy1 Good idea, thanks, will find time to implement it, see if this h... (by CFLam)
|
by sonia123
Sentence filter
|
|
[no replies]
|
by Marinabrusa
How to request Authorization token with c++ builder 6
|
|
[no replies]
|
by lingfa
Why memcpy() does not copy any?
|
|
[7 replies] Last: std::copy could throw, right? Perhaps I was thinking that. Yep, tha... (by Ganado)
|
Read text line by line without escape character |
|
[2 replies] Last: I don't think it will produce an extra backslash \. I have testing in ... (by keekee)
|
by caesarra2
What IDE do you use?
|
|
[5 replies] Last: CLion is good, but it is not free. You can use trial version, anytime ... (by keekee)
|
by weedhacker
Santa Monica College C++ class CS-52
|
|
[8 replies] Last: could just be old description too. When I learned c++ that was a comm... (by jonnin)
|
by wafty
C++
|
|
[1 reply] : Add an integer variable to each sort function, and increment it for ev... (by MikeyBoy)
|
by joemcmahon
updating grid in battleships
|
|
[2 replies] Last: Okay, thanks for the clarification. I will work on that today and see ... (by joemcmahon)
|
by mdburns
Please help with 2d-array
|
|
[5 replies] Last: I thought the lines with the " for(int j=0;j<8;j++) and for (int i=0;... (by MikeyBoy)
|
by vn1310
Question about C++
|
|
[1 reply] : You need a quotation character in front of Smith. vector<string> nam... (by Peter87)
|
by joemcmahon
battleship program logic issue
|
|
[5 replies] Last: Yep, no problem. Happy coding! (by Ganado)
|