
please wait
by Thomas1965
Lessons from inheriting another team’s codebase
|
Interesting article for people who have never been in a situation like this before. https://www.thoughtworks.com/insights/blog/lessons-inheriting-another-tea... |
Apr 13, 2018 at 6:17pm
[1 reply] : This is great for anyone who wants to jump into a new project too. (by Computergeek01)
|
by hsantamaria
Questions for Software Developers
|
Hello, I am a current Computer science student and I recently received an assignment where I have to give a career persuasive speech. One of the requirements f... |
Apr 13, 2018 at 11:05am
[2 replies] Last: 1.1 Like: Freedom, less interference - we usually manage to argue for ... (by matsom)
|
by Thomas1965
Microsoft open-sources original File Manager from the ‘90s
|
Microsoft is releasing the source code for its original Windows File Manager from nearly 28 years ago. Originally released for Windows 3.0, the File Manager was... |
Apr 11, 2018 at 3:27pm
[4 replies] Last: There's also labels for stuff like GUID_BATTERY_DISCHARGE_FLAGS - thin... (by zaphraud)
|
__cplusplus macro and MS Visual C++ |
In VC++ 2015 and 2017 there are property switches to set the C++ language standard. No matter which standard is chosen -- /std::c++14, /std:c++17, /std:latest ... |
Apr 11, 2018 at 1:31am
[14 replies] Last: @LB, as I said, half-arsed. :) Half a fix is still better than none,... (by closed account E0p9LyTq)
|
by chipp
cplusplus.com discord server
|
. |
Apr 9, 2018 at 3:30pm
[10 replies] Last: @chipp, That discord group was created for this forum. The text chat ... (by TheBeardedQuack)
|
by Thomas1965
AI and Chess
|
Very impressive project. Download: https://github.com/glinscott/leela-chess/wiki/Getting-Started Play online: http://play.lczero.org/ Match from someone ... |
Apr 6, 2018 at 1:19am
[1 reply] : Leela made two moves in a row for some reason ! Anyway - It is pretty ... (by zapshe)
|
by helios
I know someone who would really like constexpr right now...
|
https://lwn.net/Articles/750306/ https://en.wikipedia.org/wiki/Escalation_of_commitment |
Apr 5, 2018 at 1:06pm
[17 replies] Last: I agree, the random interface could be better. If you want to have a d... (by Ganado)
|
by Robocop2
Need help finding an interpreter to compile
|
Hi everyone, I'm trying to figure something out. I'm using the latest version of Code::Block and I'm even using Dev C++. Maybe I'm doing something wrong, but I'... |
Apr 3, 2018 at 2:44pm
[4 replies] Last: You can use the compiler Open Watcom V2 Fork (http://www.openwatcom.or... (by santiello)
|
by reggie
What exactly is McCabe cyclomatic complexity?
|
Hi, The cyclomatic complexity is a measurement of the code complexity proposed by McCabe which is often considered as a magic number which allows us to measu... |
Apr 3, 2018 at 12:45pm
[no replies]
|