by Daleth
static constexpr functors
|
|
[4 replies] Last: Oh... Shows how little I understand of static members. My code works p... (by Daleth)
|
by CodeONE
freeGLUT
|
|
[2 replies] Last: freeGLUT isn't bad in itself. The reason why everyone is telling you t... (by TwilightSpectre)
|
by Rabbagast
C++ in unity
|
|
[1 reply] : You can not write scripting files in C++. You either need to use C# o... (by Hippogriff)
|
by cppnoob25
Program not entering right loop?
|
|
[2 replies] Last: Thanks daleth. That completely solved my problem. (by cppnoob25)
|
by Toyaj Singh
Quad formula assistance
|
|
[2 replies] Last: For your solve functions, you should be dividing everything by 2*a, no... (by Daleth)
|
by agonfetiu
Matrix
|
|
[1 reply] : This is a "find max/min element" kind of problem. You'll need a std:... (by Duthomhas)
|
Global variables for multiple cpp files |
|
[7 replies] Last: > would i need to put it if functions were used instead of variables f... (by ne555)
|
how to write a macro? |
|
[6 replies] Last: Well in C++, macros have better alternatives, i thought thats what w... (by closed account Dy7SLyTq)
|
by pukol
Game of BlackJack
|
|
[no replies]
|
by jullig
Getting a Valgrind error on Mooshak. Solved
|
|
[4 replies] Last: You are a god. kudos! such amaze!!! but this did seem to open one sma... (by jullig)
|
by Uk Marine
Are the tutorials on here all up to date with C++11?
|
|
[2 replies] Last: I think they are as up to date as you can reasonably expect. They aren... (by Computergeek01)
|
by crazyme
i need help!!!! please help me
|
|
[1 reply] : #include<stdio.h> void quicksort(int , int, int); int main() { ... (by Computergeek01)
|
by omidazadi
writing a program without using any type of container
|
|
[4 replies] Last: dear Script Coder thank you so much! i was searching for something l... (by omidazadi)
|
Anonymous namespaces |
|
[1 reply] : Anonymous namespaces (and everything defined inside them) are only acc... (by Script Coder)
|
by dminusminus
button actionlistener error
|
|
[2 replies] Last: This is a C++ forum, there are many Java forums out there. Secondly, ... (by J4ke)
|
by XSoloDolox
For those familiar with Dewitter's game loop, I could use your help understanding some parts of it
|
|
[1 reply] : Basically, you are updating the game every x milliseconds. while( Get... (by J4ke)
|
by Bingocat4
Allegro Shooter Game Error
|
|
[3 replies] Last: I believe the correct way to do this is to use iterators for these vec... (by Zhuge)
|
by prestokeys
Generalized sort function using lambda functions
|
|
[9 replies] Last: How is the predicate_builder<> getting involved in this? predicate_... (by JLBorges)
|
Allocating an array of pointers to a dynamically allocated array? |
|
[2 replies] Last: Thanks! (by Notamongsheep)
|
by almostcash
What is a virtual function or method in object-oriented programming? What is its purpose?
|
|
[1 reply] : http://bit.ly/1e2HjzG Please ask a more specific question. (by LB)
|