by vishant
c++ and 8 bit graphics
|
|
[6 replies] Last: DirectX is not a third party library.It's included in Windows The run... (by helios)
|
by gen1mx6
converting a file from mp3 to wav
|
|
[1 reply] : 1.) Find formatted music in x format. 2.) Decode the music in x forma... (by closed account S6k9GNh0)
|
by badbutz
[Boost::Interprocess] access violation when function returns a pointer
|
|
[no replies]
|
by dkaip
"All occureces" program
|
|
[no replies]
|
by nikman
c++ using pointers
|
|
[15 replies] Last: yes the second way is a shorter and more efficient method. either way ... (by nikman)
|
by yomogaocho
Size of String Array Passed to Function
|
|
[14 replies] Last: Well, I still can't grasp your reasoning (or maybe I just don't feel l... (by helios)
|
by turbozedd
switch dilemma
|
|
[6 replies] Last: There will never be a 5th type, but that sounds pretty handy. I'm just... (by turbozedd)
|
by a0000
the use virtual func and inherit
|
|
[5 replies] Last: delete pb is wrong as the object was declared on the stack with chi... (by kbw)
|
by THAM0045
How to use "cal_ATS_function" twice in the main BUT with diff variables? tks
|
|
[5 replies] Last: My question is.. why are you declaring your prototype for your cal_ATS... (by pjwarez)
|
Using string class in function |
|
[2 replies] Last: An iterative method: #include <iostream> #include <string> usi... (by mcleano)
|
by gasto
stdbool.h not in C lib reference.
|
|
[3 replies] Last: Thanks. (by gasto)
|
by bluehailex
Windows 7 64-bit Compatabillity
|
|
[1 reply] : No. There are no possible problems if you compile for x86-64. Even if ... (by helios)
|
by ishould
How to replace words in a text file with seekp
|
|
[9 replies] Last: The ios :: app means append . There is no need to do that. fs... (by Duthomhas)
|
by screw
using shared_ptr in boost
|
|
[2 replies] Last: I forgot to write my compiler... mingw 4.4 It is possible that the boo... (by screw)
|
by megaman
Como devo usar { e } neste código
|
|
[4 replies] Last: As far as I can see, there is nothing wrong with what you posted. C... (by Duthomhas)
|
by sten9mpk
error 2059: syntax error
|
|
[1 reply] : Can you post your code? (by guestgulkan)
|
by kenr
compile error when constructing a derived class
|
|
[4 replies] Last: I'm trying to figure out how to cut and paste the source "as-is" from... (by Bazzy)
|
by Strannix
Nested STL containers
|
|
[4 replies] Last: But I use vector nested in map . Doesn't it mean that vector is a... (by Strannix)
|
by mar11
struct
|
|
[5 replies] Last: I mean that there is little difference between bool var and bool v... (by hamsterman)
|
by ging ging
About Binary Search Tree...
|
|
[1 reply] : . or if you give the code much better,,, How about doing your wor... (by kevinchkin)
|