by admin
Welcome -- read before posting!
|
|
[2 replies] Last: How To Answer Questions in a Helpful Way Be gentle. Problem-relat... (by admin)
|
by Zolaboony
Console Closing Down (1,2,3,4,5,6,7)
|
|
[120 replies] Last: It displayed "Hello world" after you pressed Enter. int c is a ... (by Duthomhas)
|
by demhat
what can I do?
|
|
[4 replies] Last: thank you guys (by demhat)
|
by Jonathan100
projects and files tracker
|
|
[7 replies] Last: Markdown editors available for Linux: https://itsfoss.com/best-markdo... (by George P)
|
by dialer
!(f=fopen()) ?
|
|
[5 replies] Last: [quote=dialer]so you are saying if we want to do f.close() in the futu... (by keskiverto)
|
by sihaqqi
swapping arguments and erros
|
|
[3 replies] Last: Code like: int winning_numbers = func( winning_numbers ); makes one ... (by keskiverto)
|
by riddler222
Help with text-based fighting game health bar
|
|
[4 replies] Last: Consider: #include <iostream> #include <limits> using namespace std... (by seeplus)
|
by PressClass
I do not want to send my source file
|
|
[4 replies] Last: Nope, .NET has no such thing as "static" builds. The EXE files (ass... (by kigar64551)
|
by dialer
while(argc--,argv++) // c related question
|
|
[7 replies] Last: As argv is a memory pointer this is effectively an infinite loop and... (by kigar64551)
|
by ElusiveTau
Overloading operator<< for template instantiations: CRTP: error C2995: ... function template has already been defined
|
|
[2 replies] Last: Thanks for the clarification, mbozzi. You're right - I didn't correctl... (by ElusiveTau)
|
by Atom1
API Entry DllMain
|
|
[3 replies] Last: Thank you for the comments. (by Atom1)
|
SDL generating sound without wav file |
|
[3 replies] Last: Here's an example that generates a 10-second long wave-file containing... (by mbozzi)
|
by Ganado
Initialize set based on field within array's class
|
|
[7 replies] Last: With C++11 we could already say std::transform(std::begin(bar_arr), s... (by mbozzi)
|
by Ch1156
Factory Class Pattern
|
|
[3 replies] Last: Typically, a factory comes in play when you have inheritance and the o... (by longberns)
|
by demhat
EOF-unwanted loop!!!
|
|
[11 replies] Last: Would have been a better choice. In c for the purpose of array size... (by seeplus)
|
SDL2 mixer error |
|
[2 replies] Last: As pointed out before, "error: undefined reference to XYZ" is a lin... (by kigar64551)
|
by Allaye
cant call a template function with auto return type in main
|
|
[6 replies] Last: Putting code tags on the OP's code, as well as a bit of judicious refo... (by George P)
|
XAudio2 |
|
[1 reply] : Sound like a linker error. Probably you did not link the required im... (by kigar64551)
|
by Jonathan100
codeblocks debugging help
|
|
[no replies]
|
by ayoesquire
How to display the number of elements in a dynamic memory allocated array
|
|
[15 replies] Last: @All Awesome! I learned so much from this interaction especially abou... (by ayoesquire)
|