by BEST90
Problem with friend function and overloading operation
|
|
[6 replies] Last: Thank to all of you for your help :) I think that this problem is no... (by BEST90)
|
by thunder87l
trouble with pointers
|
|
[15 replies] Last: They don't implement bounds checking for reasons of performance. The ... (by jsmith)
|
by brian20
Creating a millisecond delay w/in a loop?
|
|
[5 replies] Last: Search msdn for high precision timers. Windows has quite a few (Don't ... (by RedX)
|
by gramos
how to check integer in character
|
|
[3 replies] Last: You may try traverse your string array and check every char using the ... (by sysabod)
|
by Dufresne
I need to speed up my algorithm
|
|
[3 replies] Last: Thanks for the answers. I'll try them , and i'll write results under t... (by Dufresne)
|
by hailwood
Whats happening here
|
|
[1 reply] : Use Depends to load your DLL. It'll show you what functions are exp... (by kbw)
|
by gnwillix88
reccursive program
|
|
[1 reply] : 1. The algorithm as you've presented it isn't recursive. 2. You shoul... (by kbw)
|
by michy
Class for link list
|
|
[1 reply] : the structure that is declared is a total diff identity...it is repres... (by ankitsingh12)
|
Program fail to BUILD when i add "template <class T>" |
|
[4 replies] Last: It's working man, thanks. I just learned something new. (by computerpublic)
|
by bobert89
Random Number Generator
|
|
[3 replies] Last: I was also thinking maybe it would just be easier to make an array the... (by bobert89)
|
by OctavariumXI
Problem with file loader (1,2)
|
|
[29 replies] Last: I'm not fully sure, to be honest. On the surface, it looks fine, howev... (by Albatross)
|
by ranjithproxy
how to insert a new line in a file
|
|
[2 replies] Last: Other possibilities: http://www.cplusplus.com/forum/beginner/7921/#... (by Duthomhas)
|
by CptSunbeam
Fourier transform using FFTW3 library - absurd numbers result
|
|
[no replies]
|
by sysabod
OpenCV the slide bar did not respond
|
|
[no replies]
|
by pankotso
Dynamic construction of an object
|
|
[1 reply] : An abstract class cannot be instantiated in C++. You must first derive... (by RedX)
|
by gnwillix88
parallel array
|
|
[1 reply] : void listRecords(string allTitles , double allPrices , int totalRec... (by Denis)
|
by jaimesharp
Void assistance
|
|
[6 replies] Last: I know the program ends after line 15 the problem being that the code ... (by jaimesharp)
|
by wtf
Locally included header files
|
|
[16 replies] Last: If what you are after are multiple random number generators, each with... (by PanGalactic)
|
by fermies
SDL or SFML
|
|
[13 replies] Last: Sadly, the best SFML tutorials are on the SFML website. I suppose you ... (by Albatross)
|
Problem loading list of names into string array. |
|
[9 replies] Last: i got to compile, but fail to build. Here is my build error. LIBCD.... (by computerpublic)
|