by nigelr2112
Template classes and static variables
|
|
[1 reply] : Memory for templates is generated at compile time because the compiler... (by Zaita)
|
by Sb1
Random integers
|
|
[3 replies] Last: Make sure to use srand() to seed the generator. (by Zhuge)
|
by fudgesticks
Int and Doulbe logical problem. (1,2)
|
|
[26 replies] Last: Because you could want it to be overwritten, if you don't just use +=... (by Bazzy)
|
by tlittle
ISO C++ forbids declaration of 'i' with no type
|
|
[3 replies] Last: As said before: always use iterator of integer type or special iterato... (by Repentinus)
|
by jcorral79
advice/assistance using functions
|
|
[1 reply] : well, for your first question, you need to create a variable in main t... (by grcunning)
|
by jpmcfly
Complex number problems !!
|
|
[3 replies] Last: std::complex is the C++ standard type for complex numbers. My ques... (by exception)
|
Collision rate in a hashing function |
|
[1 reply] : Sounds like it is just the percentage of inserts that cause a collisio... (by jsmith)
|
by paulkidd66
What am I doing wrong? (code problem)
|
|
[3 replies] Last: this problem was also posted in the beginner's forum. It has been res... (by grcunning)
|
by aakashjohari
Making a argument optional to function
|
|
[4 replies] Last: You can also declare different functions with the same name but differ... (by Scipio)
|
by KingPanda
trouble with char variables -- transfering them to another variable name
|
|
[2 replies] Last: A couple of things, like scipio said, you shouldn't use c style char n... (by grcunning)
|
by DjckJustice
How do I do this?
|
|
[2 replies] Last: try to define your problem in the title, don't put things like "help m... (by grcunning)
|
by zhangok
determining prime numbers
|
|
[4 replies] Last: servalsoft, thanks for that links. Seeing so many post asking this que... (by Cerburos)
|
by amoore105712
Anybody Know what this is doing?
|
|
[4 replies] Last: Yes it is, it's part of a header file.....but then later down the file... (by amoore105712)
|
by kivannc
using tne enum ??
|
|
[1 reply] : I think you should delete Place:: when declaring type ... (by Bazzy)
|
by lolla
solve my task
|
|
[3 replies] Last: @zhangok: Is this some sort of joke? Have you read the link Zaita post... (by Scipio)
|
Can C++ be used for hardware-level programming? |
|
[2 replies] Last: You can write an OS kernel and any device driver in C++ (although you ... (by exception)
|
by paulkidd66
What am I doing wrong?
|
|
[no replies]
|
by devin126
drawing an animated cartoons(beginner)
|
|
[1 reply] : http://www.cplusplus.com/forum/articles/1295/ (by Zaita)
|
by ironman
comparing stacks
|
|
[13 replies] Last: Then start digging through the source code to your compiler's STL. Hav... (by Zaita)
|
by Sopheaktra
command for compile c to library
|
|
[1 reply] : err.. Some details of your error might be useful don't you think? (by Zaita)
|