by yaaz32
ClassTemplates
|
|
[12 replies] Last: > I personally do not recommend the above method. at least give rati... (by monochrome)
|
Need help with coding! |
|
[1 reply] : dealing with date time is quite complex. i recommend try using boost... (by rafae11)
|
by Stauricus
how to define actions of a "Button" class?
|
|
[9 replies] Last: the real class does have a bounding box. it is made in SFML, with a sf... (by Stauricus)
|
by sohom154
Data File
|
|
[6 replies] Last: There is no such thing as <iostream.h> - there is, however, <iostre... (by LB)
|
by shnabz
New to coding
|
|
[2 replies] Last: [quote=shnabz]And what do I mean by "things"? In context, you mean "me... (by LB)
|
Text Adventure Program - Advice/Critic |
|
[10 replies] Last: Oh, great! Thank you. (by closed account 3R5fjE8b)
|
by eeyv
Choosing a compiler
|
|
[5 replies] Last: For IDE: Try all the ones that you can install for your system and get... (by LB)
|
by vxk
arguments in templates
|
|
[4 replies] Last: Here's a quick example (it doesn't use perfect forwarding though): htt... (by LB)
|
by Dan Feerst
new vs. malloc
|
|
[10 replies] Last: Alright I am still up ! Couldn't resist learning something new. Herb... (by TheIdeasMan)
|
by xenovia12
Class private data member
|
|
[9 replies] Last: I would take exception to dhayden 's response and say that all data s... (by AbstractionAnon)
|
by Wulfinite
Whats wrong with my code?
|
|
[5 replies] Last: @programmer read the OP's code the input has to be read in string. (by xenovia12)
|
by pointnull
Need help with the code
|
|
[5 replies] Last: What if you have to use it like this: int main() { const double *dp... (by keskiverto)
|
by DevTK
fstream - cannot access private members declared in class basic_fstream<_Elem, _Traits>
|
|
[5 replies] Last: Well, the root of the error is that a stream may not be copied. If you... (by Chervil)
|
by Stremik
Troubleshooting dynamic array
|
|
[4 replies] Last: First, http://www.cplusplus.com/reference/cstdlib/realloc/ Second, t... (by keskiverto)
|
by Theory
Very new need an explanation
|
|
[1 reply] : For rows you multiply by 2 since you will need the padding on the top ... (by giblit)
|
by snx
LNK2019 & LNK1120
|
|
[2 replies] Last: Thank You very much that did the trick, I had a hunch that it was that... (by snx)
|
high schooler internship advice |
|
[no replies]
|
Basing Array Size on Input File |
|
[15 replies] Last: OVERKILL class RangeTally { private: struct Range { ... (by Disch)
|
by maria1234
Bitmap animation with Thread
|
|
[6 replies] Last: How can I make it with boost thread? Main thread and animation thread... (by maria1234)
|
by maria1234
How can I make a profile dialog?
|
|
[2 replies] Last: 'profile image' is a character of an account (in other words : "avatar... (by maria1234)
|