by Ijaz Afridi
Number printing problem
|
|
[1 reply] : #include <iostream> #include <array> #include <algorithm> using name... (by Konstantin2)
|
by Bingocat4
Draw at a position
|
|
[2 replies] Last: Oh no! I'm not making a multiplayer game in the console! That would be... (by Bingocat4)
|
by gkraft
eof
|
|
[3 replies] Last: Funny debugging it... it skips over the while loop completely. And the... (by gkraft)
|
by danielCodez
SDL_2 button.clicks field?
|
|
[12 replies] Last: Fixed that crashing error, it required manual compilation, man I was b... (by danielCodez)
|
BlackJack Program help |
|
[no replies]
|
by uymltp
Capturing audio with C++ using an external microphone
|
|
[2 replies] Last: WaveInHdr.lpData = (LPSTR)waveIn; This is wrong. lpData must point... (by Disch)
|
by shingster
For loop help
|
|
[1 reply] : If you put you code in code tags with some semblance of formatting som... (by mutexe)
|
by hanest
2 instead of 1
|
|
[6 replies] Last: ah thank you, i didnt even know .at existed... im a newbie lol (by hanest)
|
by dianam
area of a triangle
|
|
[5 replies] Last: > we have to use (A,z0),(B,z1),(C,z2) iirc, you've got points in R3. ... (by ne555)
|
SDL on Cygwin: Undefined reference to 'WinMain@16' |
|
[6 replies] Last: If you're using Visual Studios, you can go to your properties. I'm no... (by SpookieDookie)
|
by mercedec
loop problem
|
|
[2 replies] Last: I tried both (by mercedec)
|
by awsdert
Removal of items
|
|
[4 replies] Last: Fixed my code, updated the above to reflect so others can use my effor... (by awsdert)
|
by gaurav97
A long long code ! Please see this.
|
|
[5 replies] Last: What is a "string related function"? You can't use std::string? That's... (by bugbyte)
|
by renzraniel13
why x=1,PW,; Had a error ? -_-
|
|
[3 replies] Last: That's a letter 'l' not a number '1'. It's endl ine. (by MikeyBoy)
|
by shingster
True false questions and Multiple choice questions in c++ using text files
|
|
[2 replies] Last: You could have a Question class, with a question string, answer string... (by tipaye)
|
by MarkyMark
Why is this error stating my variable is unintialized?
|
|
[3 replies] Last: Or even keeping it as a struct, and using an initialisation list in y... (by mutexe)
|
by omstavan
Using Namespace
|
|
[1 reply] : It's not needed in Linux, Linux is an OS not a language or compiler. ... (by kbw)
|
by karthikrao10
Getting Segmentation Fault
|
|
[3 replies] Last: Thanks Guys (by karthikrao10)
|
by sakazukijc
Problem with this!
|
|
[1 reply] : What code do you have so far? (by kevinkjt2000)
|
by fafner
Understanding llvm
|
|
[2 replies] Last: The simplest way of understanding SSA is that instead of having to wor... (by Duthomhas)
|