by copypasta
Windows Application - WNDCLASS etc.
|
|
[14 replies] Last: @Geckoo (and @copypasta), why do you use WinAPI functions that have be... (by deleted account xyzzy)
|
by numba1sonman
Objects and Binary files (RPG game)
|
|
[8 replies] Last: a fixed sized c-string makes it easy if at all possible. Most real da... (by jonnin)
|
by anonomyss
Need help with code.
|
|
[3 replies] Last: Perhaps something like: #include <iostream> #include <cassert> voi... (by seeplus)
|
search inside files inside file |
|
[5 replies] Last: [quote=baduymus]#include<filesystem> doesn't work This isn't your fi... (by deleted account xyzzy)
|
by AlanHudik
how to do this?
|
|
[3 replies] Last: Another way to do this, keeping the entered integer value as a number ... (by deleted account xyzzy)
|
by H00G0
Is it Possible to write and read a struct from a vector to a file?
|
|
[11 replies] Last: Thank you very much for all of your feedback, I have it working now! H... (by H00G0)
|
Input and output from file |
|
[2 replies] Last: Currently search_boy(...)/search_girl(...) are returning a single inde... (by coder777)
|
by castlyvania
Pearson Chapter 7 - 2 Programming Question
|
|
[3 replies] Last: You just need an index to the months with the least and most rainfall.... (by seeplus)
|
by sandbox007
No idea whats wrong
|
|
[2 replies] Last: If you don't initialize a variable it has random value. On your PC it ... (by thmm)
|
by copypasta
GetConsoleOriginalTitle() - Returning Blank Chars
|
|
[17 replies] Last: From https://www.programmerall.com/article/1575496459/ ("Multibyte and... (by deleted account xyzzy)
|
by abbas1364
Vector<int,2> origin;
|
|
[5 replies] Last: Do you have any recommendation? Learn C++ with the standard library... (by lastchance)
|
by Daniel Steel
Is this a compiler issue or is my code incorrect?
|
|
[6 replies] Last: MatrixColumns contains the number of cols for that row (L75). Hence L1... (by seeplus)
|
by JFJ
strange behavior with cout and strings
|
|
[5 replies] Last: thanks I got it working on my end, I unfortunately have a tendency to ... (by JFJ)
|
by klebermo
Programming OpenGL in Linux with GLX, Xlib and GLEW
|
|
[1 reply] : Maybe it could be better to post your question in the section which is... (by Geckoo)
|
C++ Program to Convert Number in Character |
|
[18 replies] Last: I prefer the Microsoft documentation: https://docs.microsoft.com/en-u... (by seeplus)
|
by NEIGHT
char pointer manipulation
|
|
[5 replies] Last: Because using std::string is better for string concatenation than char... (by kbw)
|
Freezing and Boiling Points |
|
[13 replies] Last: ... or alternatively then: #include <iostream> class Temp { public... (by seeplus)
|
by Daniel Steel
Creating a jagged array using a txt file?
|
|
[2 replies] Last: With a test data file as follows (no need to specify the number of row... (by deleted account xyzzy)
|
by afduggirala
Declaring interdependent classes
|
|
[12 replies] Last: No problem - glad I could help! (by MikeyBoy)
|
by linaya
不懂错在哪里
|
|
[7 replies] Last: It is wrong to not include the required header and expect the compil... (by Duthomhas)
|