by jjyuyujj
Play several Wave files
|
|
[2 replies] Last: no. when I use SND_ASYNC, the result is what you hear is just only b.w... (by jjyuyujj)
|
by Muhasaresa
exe. Does Not Run Properly Every Time
|
|
[4 replies] Last: I think I might have located the source of the problem: There might b... (by Muhasaresa)
|
by aymanbah
push_back on list problem
|
|
[6 replies] Last: thnx man ! (by aymanbah)
|
by john1984
is there anyone who has a good experience in (c++) esp strings
|
|
[no replies]
|
by BRMV
where to store data
|
|
[1 reply] : I used a text file but getting availability of different trains from ... (by Athar)
|
by aymanbah
exception class
|
|
[1 reply] : problem fixed, thnx (by aymanbah)
|
by vAleNtiNa
how to make program to calculate the total salary of employees of the bonus earned?
|
|
[1 reply] : This is a beginner-level question, so it really belongs in the beginne... (by Blackavar)
|
by Vorstoss
Slot Machine help
|
|
[1 reply] : Im new to C++ Then this is appropriate for the beginner forum. Just... (by Blackavar)
|
Pointer arithmetic |
|
[16 replies] Last: Sorry, but that's why C++ is not my favourite language for programmi... (by Moschops)
|
by rizwanul
Where are my errors in this C Program?
|
|
[2 replies] Last: I have to use 2 dimensional array and one inner and one outer for loop... (by rizwanul)
|
Strange delete behavior |
|
[11 replies] Last: It looks like you're going out of bounds in sort_pile(). In the first ... (by gpotw)
|
by andrezc
Where are my errors in this code?
|
|
[2 replies] Last: Oh, it's really. And missing too a flag in gcc: -lmysqlclient Thank y... (by andrezc)
|
by AWH
Should I Know the Specifics of C++ Operations?
|
|
[3 replies] Last: Hello, kbw. I thought DMA was a feature. Regardless, I'll take your a... (by AWH)
|
by Creshon
Finding max
|
|
[2 replies] Last: Hello, Creshon. It appears you have a missing semi-colon on the 21 st... (by AWH)
|
by aymanbah
exception classes
|
|
[1 reply] : You can do that, and if you're working on something small, it may seem... (by kbw)
|
by SpartanGuy07
C++ CLI Form Problems - Label Display
|
|
[no replies]
|
by Cheraphy
Best technique for storing large amounts of data
|
|
[6 replies] Last: The data is more than likely going to be loads of small entries. What ... (by Cheraphy)
|
Sending many copies of an array to a function |
|
[5 replies] Last: Study all about arrays, what they are, how they look like in memory, e... (by webJose)
|
defining a function with template after main() |
|
[1 reply] : prototype should be placed before main like this (on line 3) template... (by cppbliss)
|
by DSTR3A
Function Always Returns Zero
|
|
[4 replies] Last: Please use [co de] // code here [/co de] tags. Back on topic, c... (by Catfish)
|