by chris
Dynamic Memory
|
|
[3 replies] Last: Great! That helps thanks to both. (by chris)
|
best database access library for c++? |
|
[4 replies] Last: Helios: They are multi-platform toolkits. Their functionality is centr... (by Zaita)
|
by rockinruler
A lil processing with arrays
|
|
[6 replies] Last: How is this useful for a sudoku solver, may I ask? (by jsmith)
|
by rockinruler
A little he*p with string.h
|
|
[5 replies] Last: thank you for posting every one ! (by rockinruler)
|
by unregistered
qn regarding new library
|
|
[5 replies] Last: Nope. It's standard. I found it in "include/c++/3.4.5/new" in MinGW. ... (by helios)
|
by unregistered
qn on sorting algorithm efficiency
|
|
[4 replies] Last: Yes - for example, the average case for bubble sort is O(n^2) and for ... (by jsmith)
|
by Radius
Basic issue related to strings & compiler error.
|
|
[6 replies] Last: It might be because the return key is sending a \r, and cin wants a \n... (by firedraco)
|
by KURDiSTANiiM
error: expected class-name before '{'
|
|
[2 replies] Last: Check for circular #includes. Does SimulationEngine.h include Passeng... (by jsmith)
|
by g0dwyn
problem w/std::sort_heap
|
|
[1 reply] : You need to instantiate the struct. evtcmp() (by jsmith)
|
by violent eve
Find max and average of multiple values
|
|
[4 replies] Last: Do you understand what mahlerfive has said? Its really just a simple f... (by buffbill)
|
by mason
I am new to game making
|
|
[2 replies] Last: LMBO! (by Return 0)
|
by Z24
Can I use a global variable in a library?
|
|
[10 replies] Last: Great explanation and example, thanks Duoas. However, I fail to se... (by Z24)
|
by wooyen
How can I know the reason of the failure of a fstream?
|
|
[1 reply] : No. But there are ways to get this information. In Windows, you can c... (by helios)
|
Calling a function from Shared Library (.so) in c++ |
|
[2 replies] Last: Thanks for the reply. I am new to c++ programming, can you please poi... (by farooqpervaiz)
|
by mr dood
Expected unqualified-id before '{' token
|
|
[15 replies] Last: Whenever I see numerical literals where character literals would be mo... (by helios)
|
by mr dood
Expected ';' before string constant
|
|
[8 replies] Last: No. You can only store a numerical value in an int. (by jlamothe)
|
by Pat Nevin
How to instantiate a Vector b4 using it....
|
|
[5 replies] Last: Thanks lads... some good points to bear in mind helios like d direct r... (by Pat Nevin)
|
by Pat Nevin
How do u add text to an ostream&
|
|
[2 replies] Last: Thanks you helios that was exaclty what i was looking for, much appric... (by Pat Nevin)
|
by mindsaber
Compiler discrepancy between DevC++ and VS2008..
|
|
[4 replies] Last: You do know that some of your do while loops would be better replaced... (by mindsaber)
|
by smboucou
how to get OS parameters
|
|
[9 replies] Last: http://predef.sourceforge.net/preos.html Oh, god. I think I need to... (by helios)
|