by Delshire
C++ VECTORS
|
|
[2 replies] Last: using byte = unsigned char ; std::vector<byte> to_bytes( const std::... (by JLBorges)
|
by najihanzd
ERROR OF CODING
|
|
[11 replies] Last: [quote=najihanzd]What kind of code tags is? Sorry I'm just new with th... (by closed account E0p9LyTq)
|
by Shadowwolf
Boost object_pool array allocation
|
|
[2 replies] Last: This seems to work, thank you for your help. (by Shadowwolf)
|
To read a string from text file (searching the string) and compare with user input |
|
[15 replies] Last: Excellent - good luck with it. Come back with your attempts if you nee... (by closed account 48T7M4Gy)
|
by jtm013
Program for 5 salaries and averages
|
|
[5 replies] Last: Just to give you an idea... #include <iostream> #include <iomanip> #... (by chicofeo)
|
by yiddo
Messy way to read Data from File, help out
|
|
[2 replies] Last: I was such a dummy to forget "endl;" after "line", dear me. Now order... (by yiddo)
|
by Guessit
Time complexity of algorithm
|
|
[2 replies] Last: Ahh, thank you :) (by Guessit)
|
by gibbsy619
Putting two pieces of code together help
|
|
[1 reply] : Hi, I am pretty sure you cant use int main() more than once , plea... (by shadder)
|
by JamieNYC
write all possible values of an array
|
|
[2 replies] Last: This isn't a permutation, though. It's treating an array as a number a... (by helios)
|
by beginmon
editing minisat solver
|
|
[3 replies] Last: You need to edit the source code and then compile it. There are instr... (by htirwin)
|
by TinyTertle
How can I inline functions in header files?
|
|
[2 replies] Last: Oh boy...now I feel dumb. I appreciate the help though. I was under th... (by TinyTertle)
|
by newbieg
Copyrights and intent
|
|
[6 replies] Last: Helios, that makes sense, though I don't like the idea of shifting the... (by newbieg)
|
Help me find a median!!! |
|
[5 replies] Last: my temp "t" in my sort was an int, this caused all my problems. (by zacharyMarbooti)
|
by jdm1891
Audio/Sound/Midi library?
|
|
[3 replies] Last: So given a waveform, play the waveform without having to first convert... (by Ganado)
|
by JCRQ
Calculate mean, variance and standart deviation
|
|
[3 replies] Last: Your best way of going about it is to do a search on this site or goog... (by closed account 48T7M4Gy)
|
by JCRQ
Average and Median filter
|
|
[1 reply] : Better post it in the job section. http://www.cplusplus.com/forum/jobs... (by Thomas1965)
|
What is wrong with map.clear() in my program |
|
[4 replies] Last: Thanks, those inputs were very helpful. My issue is fixed (by funprogrammer)
|
by Sareks
[QT] How do I use curlcpp with QT?
|
|
[10 replies] Last: Then add <curlcpp root>/build/src/ to your library path and <curlcpp ... (by htirwin)
|
how to create an array with boost.python |
|
[no replies]
|
by ankit2002
Boost asio client server
|
|
[1 reply] : io_service::run() returns when there is no pending asynchronous oper... (by JLBorges)
|