by Lonatico
Generate sound in C++?
|
|
[6 replies] Last: Sorry I'm late to the party. If you're looking for a lib that allows ... (by Disch)
|
by moody22
please help me...
|
|
[2 replies] Last: I would suggest looking into "std::accumulate()": http://www.cplusplus... (by Computergeek01)
|
by LunarB
Char Array Size Problem
|
|
[3 replies] Last: in C++ you have lots of options. A std::vector is perhaps easiest and ... (by Chervil)
|
by ZarakiKen
C++ REST SDK Casablanca Client.request
|
|
[1 reply] : You may read this article: http://www.codeproject.com/Articles/603810... (by coder777)
|
by Chihaya
Something extra or messing in my code? (classes) help please
|
|
[2 replies] Last: what kind of help do you need? I mean if it works it's good enough? (by coder777)
|
by Hadi951
Lift Control system
|
|
[1 reply] : Make an numeric array of say size 10, each index of the array would b... (by Codermik)
|
by guinea222
Beginner Having errors please help I have been working for days and am stuck!
|
|
[3 replies] Last: Sorry, my teacher did not show us how to use tags But you can go to t... (by coder777)
|
by gopal2773
Mulithreaded Server and Client
|
|
[1 reply] : There are many samples kicking around, you can find many of them using... (by kbw)
|
hello |
|
[1 reply] : You're storing the same character every time. Seems to me like you wa... (by AbstractionAnon)
|
by Rakshase
intellisensor not recognizing my string data type.
|
|
[5 replies] Last: Hint: Your program is trapping on line 95. Which subscript is for ro... (by AbstractionAnon)
|
Case study |
|
[2 replies] Last: It sounds like a pretty straight-forward second-semester assignment. W... (by Duthomhas)
|
by rem45acp
Restore keyboard stdin after reading from pipe
|
|
[4 replies] Last: A much better design. Be careful, though, whom you accuse of jumping ... (by Duthomhas)
|
Segmentation fault source? |
|
[2 replies] Last: Oh, God. That part of the code was pre-written by my professor and I m... (by fizanimtiaz93)
|
by Zero Cool
I am having some unusual compiler warning messages and my input is being skipped over...
|
|
[5 replies] Last: You're response did not help. Adding cin.ignore(std::numeric_limits<... (by Zero Cool)
|
by poiioppoiiop
crash in getline loop
|
|
[7 replies] Last: nvm i found it, there is a --> sign in the textfile that kills the get... (by poiioppoiiop)
|
by Mylar
Conflict with Yahtzee program
|
|
[2 replies] Last: I think I understand what you are trying to say. Does the original dec... (by Mylar)
|
by giovanninokr
MergeSort using pointers [NOT SOLVED YET]
|
|
[9 replies] Last: =( (by giovanninokr)
|
by krrish123
Fuctions
|
|
[11 replies] Last: my code wont work correctly option 4 the results in histogram goes i... (by krrish123)
|
by phillip0015
I am having an issue reading a 2 Dimensional Array in from a data file
|
|
[1 reply] : never mind I solved it by removing the first incomefile << shift (by phillip0015)
|
by unicornman
I am getting an error saying expected unqualified-id
|
|
[2 replies] Last: wow lol sorry (by unicornman)
|