by DoktorD1313
BitBlt Error After Many Iterations
|
|
[3 replies] Last: Line 16: Instead of DeleteObject(hBitmapOld); you should SelectObje... (by coder777)
|
cout is not working |
|
[5 replies] Last: even after using namespace std cout is not working It might help yo... (by deleted account xyzzy)
|
by JRodenba
Displaying an Image
|
|
[9 replies] Last: You know... I almost hate to suggest it... but you could blow people... (by Duthomhas)
|
by zimhoff
I need help writing a dice game code
|
|
[3 replies] Last: How far have you got in learning C++? What don't you understand? What ... (by seeplus)
|
by dizzie
unexpected output
|
|
[5 replies] Last: You might be better with a database-type solution. Your viscosities a... (by lastchance)
|
by DoktorD1313
Exiting Threads Closes Main Thread?
|
|
[11 replies] Last: Thanks everyone for your responses. I'm rewriting the program in a lin... (by DoktorD1313)
|
by bloshanova
c++ beginner - use loop for odd/even number (1,2)
|
|
[20 replies] Last: I never noticed the alias thing, good catch. (by jonnin)
|
Help with code |
|
[4 replies] Last: An alternative way to handle the times after they are parsed is to con... (by againtry)
|
by AkiraC
How to perform array frequency count?
|
|
[17 replies] Last: Well, I suppose that on the internet you can offend anyone with anythi... (by Duthomhas)
|
by ng1865
How to incorporate pointer notation
|
|
[7 replies] Last: #include<iostream> void trimSpaces(char *str, int length) { int ... (by againtry)
|
by ng1865
Explaining pointer notation
|
|
[2 replies] Last: Duplicate of http://www.cplusplus.com/forum/beginner/279842/ (by seeplus)
|
by Ceddy D
Is there a more efficient way of comparing multiple elements of an array?
|
|
[10 replies] Last: "efficient" • Efficiency has little to do with how small your co... (by Duthomhas)
|
by ccorkran
String Processing Delete between two characters
|
|
[1 reply] : #include <iostream> #include <string> using namespace std; string st... (by lastchance)
|
by Geckoo
Create a new Thread
|
|
[11 replies] Last: I would like to avoid complex threads independently. I would like to d... (by Geckoo)
|
by persades
Struct Functions
|
|
[1 reply] : Hi, On line 25, your input starts at 1 and ends at 3. The array start... (by TheIdeasMan)
|
stl sort function |
|
[2 replies] Last: The function you pass to sort should return true if its first argume... (by mbozzi)
|
by gigacapybara
Program to drop lowest score and calculate average.
|
|
[5 replies] Last: @lastchance my bad, I meant to say I got stuck in an infinite loop. (by gigacapybara)
|
by bloshanova
c++ beginner - read 10 integers into an array
|
|
[2 replies] Last: thank youuuuuuuuuuuuuuuuuu (by bloshanova)
|
by adam2016
Segmentation fault when working with binary file
|
|
[6 replies] Last: As C++17: #include <iostream> #include <fstream> #include <vector> ... (by seeplus)
|
by vittorioc98
Good practice for this two scenario
|
|
[2 replies] Last: I will even go so far as to say that exit()/terminate() and so on shou... (by jonnin)
|