by TheDestroyer
GSL Fourier Transform source?
|
|
[4 replies] Last: Thanks man. I have problems dealing with macros, that's why I couldn't... (by TheDestroyer)
|
by freemanl
inheritance
|
|
[7 replies] Last: thanks a lot didn't know . .. .. (by freemanl)
|
by HeavyRain
Sphere center and radius from 4 points
|
|
[9 replies] Last: Check out CGAL http://www.cgal.org/ For instance, this may be relevan... (by JLBorges)
|
by shaunalejo
How can i fix this
|
|
[4 replies] Last: can you be more clear? have these results mean? Please enter volu... (by ar2007)
|
by sireiz
Need help with this rogram, giving error in constructor
|
|
[1 reply] : In main() you're creating s1 without passing any argument, which m... (by maeriden)
|
by Bosskardo
Best format for changeable size array?
|
|
[8 replies] Last: Thanks Amazing what stupid errors I can miss. (by Bosskardo)
|
by Reaper1
My array program, need help
|
|
[11 replies] Last: Thank you, it works now. (by Reaper1)
|
by lypan
Bug in finding mininum spanning tree using Kruskal's algorithm
|
|
[no replies]
|
MP3 Frame Header Importing |
|
[7 replies] Last: This is a working mp3 frame parser written in C found on the internet:... (by modoran)
|
by outlawk9
C++ Encryption / Decryption Issues
|
|
[5 replies] Last: Xismn, I've actually taken Firedraco's advice and made a few modifica... (by outlawk9)
|
by Nerdrage23
Could anyone possibly help...?
|
|
[6 replies] Last: sure, there are plenty of ways to lowercase every letter of a word: l... (by Cubbi)
|
by tee360
Utilizing arrays create vertical asterisk graph
|
|
[1 reply] : I should add that there are 4 manufacturing plants and it should be fo... (by tee360)
|
by Elidor
Doxygen #include comments
|
|
[3 replies] Last: Later you may not need those includes, but couldn't remove it because ... (by ne555)
|
by yingC
incorrect Length of Array (1,2)
|
|
[20 replies] Last: Yes Peter, the reason for that is because the first dimension immediat... (by AdrianH)
|
by coder1
getline problem
|
|
[2 replies] Last: string s; for (int i=0;i<2;i++) { getline(cin,s); } it o... (by coder1)
|
by Gme
I need help
|
|
[4 replies] Last: You can select your code and click on the <> format button on the ri... (by AdrianH)
|
Error void operator delete(void*)' may not be declared as static |
|
[2 replies] Last: very thanks. (by AlexsanderTof)
|
by devonrevenge
Im having trouble understanding a tutorial, how does sockaddr struct work
|
|
[no replies]
|
BST - Binary Search Tree (Iterative Function to Insert) |
|
[6 replies] Last: Thanks people, i used cire's code simplified by ne555 adding a break i... (by ElPatoGarrido)
|
by dekeenfrance
Bidimensional array container
|
|
[6 replies] Last: Thanks for all the replies! (by dekeenfrance)
|