by thekautz
Non-lvalue in Program Question
|
|
[2 replies] Last: Yes, that fixed it. Thank you, Melkiy! (by thekautz)
|
by RDH37
Binary Tree question
|
|
[3 replies] Last: Alright I understand it now, thanks. (by RDH37)
|
by Return 0
Why use enum instead of integral?
|
|
[2 replies] Last: It's only real application is to enforce a bit of type safety, though ... (by jsmith)
|
by colitheone
Validation in a function
|
|
[1 reply] : Look here: http://www.cplusplus.com/forum/beginner/4566/#msg20182 (t... (by Bazzy)
|
by cppuser7
type_info as argument
|
|
[2 replies] Last: Thanks, it works!! void func(const type_info & ti) { [...] } ... (by cppuser7)
|
by Toxic90
Prime numbers
|
|
[4 replies] Last: So the way you use my function is like this: cout << GCD<12,6>::... (by jsmith)
|
by roblf
C++ class pointer initialisation
|
|
[5 replies] Last: Hi everyone, thanks for all your replies. Yes, it was me just being a... (by roblf)
|
by socket2008
Artificial intelligent
|
|
[2 replies] Last: This is a very ambiguous question. AI refers to many things, please ex... (by Umz)
|
How to write a program to generate the elctricity bill? |
|
[1 reply] : Please post your non-working code. We won't do your homework for you.... (by jsmith)
|
by kallileo
fscanf question
|
|
[9 replies] Last: fscanf returns the number of "matches" made (ie, in your case, the num... (by jsmith)
|
How to use loop in c++ |
|
[1 reply] : In C++ are many types of loop. Read a bit of this http://www.cplusplu... (by Bazzy)
|
overloaded functions question.. is this correct? |
|
[1 reply] : For a start: Your functions are only different in the return type -... (by guestgulkan)
|
by Prada8787
Arrays to read inventory file
|
|
[15 replies] Last: thank you (by Prada8787)
|
by kentuckyblue
save memory address into an int
|
|
[9 replies] Last: Thanks for confirming my recollection, Duoas! Good to know I wasn't... (by jsmith)
|
by grey127
Tree in Data structures
|
|
[9 replies] Last: From the tutorial on this site: Null pointer A null pointer is a ... (by Scipio)
|
by allenowen
Changing a function from single linked to double linked
|
|
[no replies]
|
by LovestoCpp
Making an Aimbot
|
|
[4 replies] Last: I see, well i suppose its worth a shot anyway. but thats good to know ... (by LovestoCpp)
|
by Bluejayswhs
How to read from an input file with various types
|
|
[1 reply] : I would probably use getline() and then use the string functions to se... (by firedraco)
|
by bostonsox015
Cant figure out error w/ passing values between functions!
|
|
[2 replies] Last: thanks alot! it worked right away! (by bostonsox015)
|
by acevans2
Why is this an infinite loop...?
|
|
[7 replies] Last: Surely what you want instead of 'and' (or '&&' as is better known by m... (by o0OpsyphiO0o)
|