by HarGar
Can't get my menu based application to accept choice
|
|
[1 reply] : char is an int, but 1 != '1' your while loop to validate and switch bo... (by jonnin)
|
A timing problem |
|
[3 replies] Last: Most games run on a simple loop. It might look something like this. ... (by gaxio)
|
by dinardo
Universal iterator both for vectors and arrays
|
|
[1 reply] : Just let the compiler deduce the template argument type and it will wo... (by Peter87)
|
by adam2016
problem with Jannson.h
|
|
[11 replies] Last: ok figured out I just had to make the makefile (makes sense no pun int... (by adam2016)
|
by gedamial
Improve hash table algorithm
|
|
[10 replies] Last: Thanks to everyone! (by gedamial)
|
using a template for my Double linked node list(logic problem) |
|
[6 replies] Last: Thank you all for helping me :D (by JacobusTheOne)
|
by RslWlsn3
LNK2019: unresolved external symbol errors after migrating down to VS2013
|
|
[3 replies] Last: @Ganado I don't believe so @helios The run time libraries are all set ... (by RslWlsn3)
|
by Matriz
Hot Plate Simulation
|
|
[2 replies] Last: [this one was posted 10 min after his identical post in the Beginner a... (by icy1)
|
by cmisip
Can anyone suggest an algorithm to reduce memory required to store uint16_t data?
|
|
[18 replies] Last: Thanks a lot guys. I will be looking at this and evaluating some othe... (by cmisip)
|
by K2411
writing a DLL code for WxFormbuilder GUI.
|
|
[1 reply] : It is always good to take a look at boost: https://www.boost.org/doc/... (by coder777)
|
by NickHinde
Network file access CFile::Open()
|
|
[no replies]
|
by thejew19
argc with segmentation fault
|
|
[3 replies] Last: If you pass one command line argument,then argc will be 2, and the arg... (by Peter87)
|
by gedamial
No dangling reference Warning?
|
|
[12 replies] Last: no, everything out there now is a smackdown on the practice. I distin... (by gaxio)
|
by aseagle
How to send POST request for request payload data?
|
|
[no replies]
|
by italo08
ValidateBirthday
|
|
[5 replies] Last: Another option: bool is_leapyear(int year) { return year % 400 == ... (by Thomas1965)
|
glBindBuffer() acces violation |
|
[2 replies] Last: Found the solution! initglew() must be called before glmakecurrentcont... (by closed account DEhqDjzh)
|
by James5
menu driven program
|
|
[no replies]
|
How to resize SDL_Rect ? |
|
[2 replies] Last: Your image links are broken. (by gaxio)
|
by FuNNkie
Initializer before int
|
|
[2 replies] Last: variable on the end of struct is C-ish IMHO. I prefer patrat A; But t... (by jonnin)
|
by hassanAman
Deleting and Instantiating Objects Each Frame
|
|
[6 replies] Last: Yes, and there are a lot of issues involving memory allocation that th... (by gaxio)
|