How can I compile C++ code with MSYS2 that doesn't depend on the msys iibraries? |
|
[2 replies] Last: You are using the MSYS2 compiler, so it will be using MSYS-specific li... (by deleted account xyzzy)
|
What's the down side to linking to libraries you don't use |
|
[4 replies] Last: [quote=jonnin]windows has depends.exe which tells what DLLs the execut... (by deleted account xyzzy)
|
by roundtwo
counting negatives OR positives in array
|
|
[9 replies] Last: Assuming positive is > 0, then just using a simple loop: int counti... (by seeplus)
|
by Amnesiax
Using Value Returning Functions
|
|
[9 replies] Last: @seeplus, Thank you for the input. In MSVS 2015 I knew how to use th... (by Handy Andy)
|
by izlezotfilma
Linked stack
|
|
[4 replies] Last: A double linked list is a multi-purpose data structure. You can use i... (by salem c)
|
by rovert456
Need help with arrays, structs, and vectors
|
|
[19 replies] Last: Another way of putting it is without the int, the array/list doesn’t... (by againtry)
|
by ronnn
C Programming - Doubly Linked Lists
|
|
[3 replies] Last: thanks for your help salem and seeplus, I finally got it working! Now ... (by ronnn)
|
by B4DC0D3
Key and door
|
|
[4 replies] Last: Yep, any map is possible. You can even write a map generator program a... (by againtry)
|
by chebyrek
Help me, please!
|
|
[2 replies] Last: #include <random> #include <iostream> #include <algorithm> #include ... (by seeplus)
|
by lynxcpp
How to draw seven Tetris with straight lines?
|
|
[2 replies] Last: The shapes are all made of squares eg etc ... (by jonnin)
|
by chebyrek
Hepl me and check mo code!
|
|
[5 replies] Last: You still haven't said whether it needs to contain all these numbers... (by seeplus)
|
by Brjdyxter
how can i make a loop to read file until it's found.
|
|
[3 replies] Last: There is no test2.txt file when i run the program. The program will ma... (by Brjdyxter)
|
by joe9583
Need to count total number of characters in a string
|
|
[6 replies] Last: int uppercount = 0, lowercount = 0, digits = 0, total = 0, length, sp... (by againtry)
|
by Depressed
STL Queue, ProcessDeparture Error
|
|
[2 replies] Last: This seems to be a repost of http://www.cplusplus.com/forum/beginner/2... (by seeplus)
|
by Depressed
Bank Simulation using STL QUEUE'S
|
|
[2 replies] Last: Also reposted at http://www.cplusplus.com/forum/beginner/273925/ (by seeplus)
|
by arlelas
Version of C/C++, Platform Architecture, and Compiler
|
|
[3 replies] Last: Try one of these perhaps? https://sourceforge.net/projects/predef/ htt... (by salem c)
|
by JamesHelp
LNK2005 error when trying to overload an operator
|
|
[6 replies] Last: The official writeup for the error is at https://docs.microsoft.com/en... (by againtry)
|
by chebyrek
corect my code, please!
|
|
[11 replies] Last: Hi, Andy! Thanks for the help. I started developing a program. Your ti... (by chebyrek)
|
by JamesHelp
testing two objects as equal?
|
|
[3 replies] Last: difference and sum would likely do some sort of common denom logic. c... (by jonnin)
|
intervals and percentage |
|
[7 replies] Last: The signal-to-noise ratio of reports on this forum must be astronomica... (by Ganado)
|