by firedraco
boost::bind...again
|
|
[3 replies] Last: Got it, thanks. (by firedraco)
|
by aj3423
find + lambda, how to write the lambda argument
|
|
[4 replies] Last: Ah, C++0x. http://en.wikipedia.org/wiki/C%2B%2B0x#Lambda_functions_and... (by Duthomhas)
|
Copying Data from a .txt file in order to populate an excel file |
|
[1 reply] : The easiest way to write a file that Excel can read is to write a comm... (by kbw)
|
by TommytheCat
Floating point exeption when running from Terminal but not Xcode
|
|
[3 replies] Last: The way the program is written now, it reads the file from the current... (by PanGalactic)
|
by timmah1493
So Confused - Help plox? (1,2)
|
|
[22 replies] Last: I realized the symbol thing was because I accidentally changed the inv... (by timmah1493)
|
by ragmandy
Hangman Game
|
|
[3 replies] Last: i coded the font . its using 8 as the base digital style! i will make ... (by ragmandy)
|
by Black Pearl
read from file and put to a dynamic array and prime number
|
|
[6 replies] Last: ok, i will try it more.... someone for the other two please? (by Black Pearl)
|
by getsauin
How to use excel file in c++
|
|
[no replies]
|
by NGen
Compiler Error Using Overloaded Operator
|
|
[9 replies] Last: No problem. I really should have noticed that immediately, though... (by Zhuge)
|
by Cyclone
Instances of an object
|
|
[11 replies] Last: Thanks. At first I didn't know what you meant by list. Now I do and go... (by Cyclone)
|
by janskywalker
Problem With conversion from char[] to int
|
|
[2 replies] Last: If you simply need to convert a char array to an int just set the loca... (by rudster816)
|
by rider eragon
Removing Data Stored on the Heap (Preventing Memory Leaks)
|
|
[11 replies] Last: I googled and found this link: http://msdn.microsoft.com/en-us/library... (by simeonz)
|
Dynamic Memory Allocation Good Practice |
|
[12 replies] Last: I'll look up template meta programming as I've heard it a lot recently... (by anonymous23323124)
|
by Nsanden
Access violation writing location 0xbaadf00d
|
|
[6 replies] Last: This wouldn't have been an issue at all if the STL writers had qualifi... (by closed account 3hM2Nwbp)
|
by roscowgo
a c++ #include problem
|
|
[1 reply] : Actually, I just solved my problem. I had tried moving the .h to the ... (by roscowgo)
|
by shadowayex
libsndfile writing chords in wave files
|
|
[12 replies] Last: I'm gonna take both FFTW and KissFFT for a test drive and see what I c... (by shadowayex)
|
by crapinsack
averaging 2 different arrays
|
|
[1 reply] : - Load the content of each document into it's own array. - Loop th... (by Computergeek01)
|
by shadowayex
Cross-Platform Play Sound
|
|
[4 replies] Last: BASS http://www.un4seen.com/ (by Duthomhas)
|
by scouty
RANDOM NUMBER Generator
|
|
[2 replies] Last: It worked. Thank you!! (by scouty)
|
template trouble, help understand |
|
[7 replies] Last: thank you i see now i must say really helpful I appreciate it thx (by useracct84420)
|