by ameneh
Prove a random generated number is uniform distributed
|
|
[1 reply] : Checkout the Chi Square Test for Uniformity . It's a measure of how ... (by kbw)
|
by csstudent123
accessing headers
|
|
[3 replies] Last: thanks (by csstudent123)
|
by mdrocky
Help
|
|
[1 reply] : http://lmgtfy.com/?q=c%2B%2B+by+balaguruswamy+solutions (by giblit)
|
by LinuxDude24
Monthly/yearly Appointment calendar
|
|
[5 replies] Last: Maybe you could just have each day be represented by a sequence of app... (by Zhuge)
|
by tmason
Calling a defined function pointer from another pointer to a class object......
|
|
[10 replies] Last: Makes sense; then you would create over-ridable functions for the upda... (by tmason)
|
by cofresi91
error C1075: end of file found before the left brace '{'
|
|
[1 reply] : You're missing some closing }. If you can edit your post, highlight... (by wildblue)
|
by jasonwynn10
I need to finish this by tomorrow, PLZ HELP!!!
|
|
[2 replies] Last: The new program is: #define WIN32_LEAN_AND_MEAN // prevent windows.h ... (by jasonwynn10)
|
I'm trying to do a simple compare and it's not working. Const char * |
|
[3 replies] Last: Thank you. It's resolved. (by vivienneanthony)
|
by mcprakash
Multi-threaded programming
|
|
[4 replies] Last: @mcprakash while Peter is busy, http://en.cppreference.com/w/cpp/atomi... (by Cubbi)
|
by MasterGeek
Learning more of C++
|
|
[4 replies] Last: OK thanks for you help Computergeek01 , I think i will progress faste... (by MasterGeek)
|
by a710h
Issues Working with txt Files
|
|
[1 reply] : Open the file. Begin loop Read a score If end of file ... (by AbstractionAnon)
|
by northfly
What's worng with this class with a pointer member?
|
|
[5 replies] Last: Ah... it was the pure virtual thing. (by Disch)
|
by bilgramiraza
Binary files Search Problem
|
|
[5 replies] Last: Have you tried using web search? Look for "turbo debugger" I can't r... (by kbw)
|
by abc1
difference between int and short int
|
|
[4 replies] Last: Implementation defined means it depends on the compiler. (by Peter87)
|
by jasonwynn10
.wav player problem
|
|
[5 replies] Last: I think I fixed it... #define WIN32_LEAN_AND_MEAN // prevent windows... (by jasonwynn10)
|
by Crogn
Summing two Matrices
|
|
[2 replies] Last: Thank you, What is the correct way to get it to print out the matrix v... (by Crogn)
|
Scale floats -7.8f/24.1f to range like 0.0f/1.0f. Example problem. |
|
[no replies]
|
by shim6463
Ceres solver compiling problems?
|
|
[3 replies] Last: Alas, I am not going to install ceres on my PC, so I cannot help you m... (by Duthomhas)
|
by Rahal1813
error: expected template-name before ‘<’ token
|
|
[9 replies] Last: sorry helious for the inconsistency, the modified error message: mSet... (by Rahal1813)
|
by SixTsevN
Custom Typecasts
|
|
[4 replies] Last: Okay cool, Thank you very much. (by SixTsevN)
|