by cash
replace substr
|
|
[4 replies] Last: With what? What role do the try-catch statements serve in your program... (by keskiverto)
|
by ADDDC
Errors for my programming class.
|
|
[13 replies] Last: Thank you thank you thank you all!!! I appreciate all of your help for... (by ADDDC)
|
by mikewill203
If given a threshold of 0.30 and a formula of #(A,B)/#A how can I compute the threshold value of each item in the data file
|
|
[13 replies] Last: I did some major tweaks to my code int main() { list<ITEM_COUNT... (by mikewill203)
|
by Jblakeley01
Need Help altering code to desired outcome
|
|
[1 reply] : there is no such thing as an if-loop, there are while, for, and do-whi... (by jonnin)
|
by mikewill203
Struggling with forming a equation into a c++ equation that uses the values from my data file
|
|
[3 replies] Last: yes! one way to do this a little cleaner is an enum: enum itemz { ... (by jonnin)
|
by RCUniversal
Calendar Reference
|
|
[3 replies] Last: Gunnerfunner, this is what I have so far. I was wondering why it won... (by RCUniversal)
|
by kimchiboy03
Fixing this recursive function
|
|
[5 replies] Last: Using recursion this way might hurt you sometimes as it leads to high ... (by benhart)
|
by marqual123
Need Assistant Quick - At home Project
|
|
[1 reply] : else if (ch != '@'&& snippity) others++; ^^^ this reads "if it is NO... (by jonnin)
|
by Rododendron
Average/ Problem with variable accessing
|
|
[1 reply] : how to access that one before last number from Container "point of vi... (by Chervil)
|
by bogdyby
JUCE
|
|
[2 replies] Last: https://en.wikipedia.org/wiki/JUCE (by coder777)
|
by jakoblst
Custom iterators in c++
|
|
[4 replies] Last: I would suggest not to use a custom iterator. Instead you may have a ... (by coder777)
|
by jgreninger
emplace command in std::map
|
|
[3 replies] Last: Yep sorry wasn't at home...here's the code. This is a testbench that ... (by jgreninger)
|
by wtbe
Average drop lowest C++
|
|
[7 replies] Last: Works? Lets see what you have: #include <iostream> #include<iomanip>... (by keskiverto)
|
by polip
Arrays
|
|
[7 replies] Last: What you're doing is can be very dangerous for your code as for high c... (by benhart)
|
Ajudem por favor... |
|
[no replies]
|
by AnxL
Can someone explain this code to me?
|
|
[4 replies] Last: ask your friends who wrote it how it works This. Communication withi... (by keskiverto)
|
by piotr5
ordering deferred instantiation
|
|
[6 replies] Last: probably should have mentioned: I use "g++-7.2.0 -std=c++17" Edit: to... (by piotr5)
|
by adam2016
Changing background color of a frame wxwidgets
|
|
[3 replies] Last: ahh ok I know whats going on I set the backGround color to green after... (by adam2016)
|
by cash
Convert to C++
|
|
[1 reply] : Please do not double post: http://www.cplusplus.com/forum/beginner/225... (by AbstractionAnon)
|
by luedblra
expected initializer before '<' token. template C++
|
|
[1 reply] : Hi luedblra, A few things before people can answer your question: 1)... (by goldenchicken)
|