by helios
Generic function pointers
|
|
[7 replies] Last: That kind of stuff really annoys me...someday I need to make a wrappe... (by Bazzy)
|
by kenr
pointer char ** changing when returning from function
|
|
[2 replies] Last: Thanks helios. If I change the function to the following it works. I... (by kenr)
|
by newdomingo
Uniform random generator and Gaussian (or Normal) generator
|
|
[5 replies] Last: You're almost two months late. (by helios)
|
by netP
How c++ allocate memory for class member functions?
|
|
[2 replies] Last: I see. Then, there is nothing to worry about creating many functions i... (by netP)
|
by Alexandre
Allocation of multidimensional array
|
|
[no replies]
|
by exothermic
Comparison of Templated Data Types
|
|
[no replies]
|
by nrose
array
|
|
[1 reply] : Google arrays The above code just keeps changing the values of intege... (by buffbill)
|
by spazamatic2
array and frequency
|
|
[3 replies] Last: One way of looking at this is: 1. I think you need to do more work on... (by buffbill)
|
by vputman2009
Program won't read data from text file
|
|
[1 reply] : You're trying to open a file called "filename". You need to specify th... (by bluezor)
|
by Soujirou
Need to make a triangle with varying width and height
|
|
[3 replies] Last: Have you tried mixing up your stars * with blank spaces " " using 2 fo... (by buffbill)
|
by AndyRo
Borland C++ Builder 6 / 64-bit compatibility
|
|
[no replies]
|
by tition
question about memory management of classes
|
|
[2 replies] Last: Thanks jsmith! Cheers (by tition)
|
by chomper
Which is faster?
|
|
[6 replies] Last: Choice of assembly or C doesn't matter. But you are exactly correct: t... (by Duthomhas)
|
by mbittel12
Virtual / Class Inheritance Questions
|
|
[1 reply] : Why don't you just go read the tutorial and post specific questions wh... (by kempofighter)
|
by cardinals03
List Program
|
|
[3 replies] Last: If you have the time, take a look at this article. I wrote this artic... (by kempofighter)
|
by ryujin89
Vehicle Insurance Program
|
|
[4 replies] Last: In double accidentAjust(double accidents, double& premium) , control ... (by bluezor)
|
by luther
comparing problem
|
|
[1 reply] : Your LessThan and GraterThan functions are both wrong. Think abou... (by jsmith)
|
by minix
Debugger
|
|
[6 replies] Last: Hi Guys, Finally I found the solution. anyways thanks for your help.... (by minix)
|
by Renascent
Conway's Game of Life, using file stream/arrays--not working properly?
|
|
[no replies]
|
by nrose
decoding
|
|
[1 reply] : int integer; char character; int characterperline=0; do { ... (by nrose)
|