sfml (text pasting issues) |
|
[1 reply] : sf::clipboard (by codinglexernewbie)
|
by Geckoo
Play a wav data
|
|
[10 replies] Last: I would definitely encourage newer programmers to write their own .wa... (by mbozzi)
|
by lanzelott
C++ destination and call
|
|
[1 reply] : What is the issue you are having trouble with? What is the C++ questio... (by seeplus)
|
by rozick1
representing a directed graph versus undirected graph
|
|
[2 replies] Last: Note that a directed graph and an undirected graph are easily represen... (by Duthomhas)
|
by buccyro
Help with some homework code
|
|
[9 replies] Last: Let the interrogation continue - so far we know it's some sort of a sy... (by againtry)
|
by whitegentle1
Get the quotient with decimal using for loop
|
|
[10 replies] Last: ohhh i just realized that, thank you! i solved my problem thanks ningf... (by whitegentle1)
|
by Jonathan100
cntl+H don't find occurrences
|
|
[1 reply] : Are you doing the C/C++ search, or the File search? I believe by defau... (by Ganado)
|
if statements in stucts/classes? |
|
[8 replies] Last: As George has already said, no in c, yes in C++. I'd say that the pr... (by keskiverto)
|
by suslucoder
postgresql c++ insert statement
|
|
[no replies]
|
by suslucoder
unable to find string literal operator ‘operator""ID’ with ‘const char [56]’, ‘long unsigned int’ arguments
|
|
[7 replies] Last: thank you so much (by suslucoder)
|
by heston987
Hi! I am a newbie at C++ and would love to have some help in solving this problem.
|
|
[7 replies] Last: Hi guys, update! I fixed it! With all your help, though it is a simpl... (by heston987)
|
by baduymus
struct dirent *entity difference
|
|
[13 replies] Last: p is set to nullptr (by seeplus)
|
by Daniel Steel
Console freezes when complied.
|
|
[6 replies] Last: See also: http://www.cplusplus.com/reference/fstream/ofstream/open/ (by againtry)
|
Hello, I'd appreaciate a code review! |
|
[7 replies] Last: I think the single most important thing you can do is comment your co... (by George P)
|
by baduymus
recursive_directory_iterator filesystem
|
|
[9 replies] Last: seeplus, I suspect the OP has moved on to another topic, this time muc... (by George P)
|
by Ch1156
SFML Help - Displaying text in a vertical order with a vector
|
|
[6 replies] Last: Apparently sf::Text already has multiline support built in. sf::Text... (by Peter87)
|
CodeLite C++, can not open .exe file of the project when using iostream library |
|
[8 replies] Last: There is an alternate download site for the current Code::Blocks versi... (by George P)
|
by plastic
for loops, is using i-- bad practice?
|
|
[6 replies] Last: There are 3 ways to iterate through a regular array: #include <iostre... (by George P)
|
Reading data from text file, with commas, into a dynamic array of structs |
|
[10 replies] Last: #include<fstream> #include<iostream> #include<string> using namespac... (by againtry)
|
by Pen72
Maze (1,2)
|
|
[20 replies] Last: heres my take on it. Even though I just finished messing with it toni... (by markyrocks)
|