by Bob M
How to get filesize in 2012?
|
|
[19 replies] Last: I thought I should include a screenshot of the program I recently revi... (by Bob M)
|
by DeadInternal
Decimal Error
|
|
[3 replies] Last: you need a float rather than an int, it will just round to the nearest... (by tiberiushodgerius)
|
by hopesfall
How many recursive calls
|
|
[3 replies] Last: Are you trying to count how many times the function powers is called, ... (by Moschops)
|
Graphics Causing Problems |
|
[9 replies] Last: Everywhere. To lose the number of useless lines. If I have time, I cou... (by jumper007)
|
by h9uest
Iterator::begin(): what happens when there's nothing in the container?
|
|
[1 reply] : If the container is empty begin() should return the same as end(). Th... (by Peter87)
|
Get the first day of every month. |
|
[10 replies] Last: Hello Hamsterman, Thanks a lot.It helped me a lot.One more t... (by sita kalidindi)
|
by mahinkhan22
sqlite3 and C++
|
|
[1 reply] : Here: http://www.sqlite.org/docs.html (by Athar)
|
by LB
How does creating a reference to an rvalue work?
|
|
[6 replies] Last: I don't think that rvalue reference would make a difference here. All ... (by Peter87)
|
by jumper007
Question! (no need to hurry)
|
|
[6 replies] Last: No problem, I'm glad I could help and that my issue is solved. Topic ... (by jumper007)
|
by vencent
find identifiers' values for logic expression
|
|
[1 reply] : The problem can be solved recursively. A|B is true when A is true and ... (by hamsterman)
|
by tao zhang
what is "multiple activations of a function"
|
|
[2 replies] Last: > If a static allocation is used (in Fortran, e.g.) AFAIK, this (stat... (by JLBorges)
|
by tylerb1
Notepad program
|
|
[4 replies] Last: I am a slight bit confused. From what I'm getting, you are trying to r... (by Twist177)
|
by hopesfall
Need help thinking of algorithm
|
|
[1 reply] : This is known as partition; http://en.wikipedia.org/wiki/Partition_(n... (by Moschops)
|
by rawr8512
Help w/ shortest path problem?
|
|
[no replies]
|
by nitin21
problem with pointers and functions
|
|
[3 replies] Last: Why would it do that when i does not exist anymore? The memory stil... (by Moschops)
|
by Cole99
2d Game Help
|
|
[3 replies] Last: You can use allegro. Its a 2d game library for c++. Cross platform, ca... (by tolga gerekci)
|
by Cole99
Help for a Beginner!
|
|
[6 replies] Last: Pick one suitable for your operating system and needs. Ideally one wit... (by Moschops)
|
by Gldnbr
Starting out Win32 API
|
|
[4 replies] Last: Ah, okay thanks :) (by Gldnbr)
|
by barbis
2D int array
|
|
[3 replies] Last: Thanks! That one did the trick! (by barbis)
|
by zone19871
Drawing Polygon help - "Wrap around"
|
|
[1 reply] : You are going to have to define what you mean by "wrap around". (by Duthomhas)
|