by Azlin
Display the HEX value.
|
|
[3 replies] Last: brokenbot - it's NEVER better to use printf, unless you are writing C ... (by hanst99)
|
by Andrey
DDE Server + xltable
|
|
[no replies]
|
by maxivz
Iso c++ forbids declaration of "variable name" with no type
|
|
[3 replies] Last: There is something very wrong with your understanding of classes. A cl... (by hamsterman)
|
by helloaamir
Using Substrings for a mileage calculator
|
|
[6 replies] Last: int main() { int miles_to_go = 150; int will_go = 145; in... (by closed account 1vRz3TCk)
|
by jhovarie
how to detect latest open file on computer and detect absolute file path
|
|
[no replies]
|
template friend operator generates "member is protected" error |
|
[7 replies] Last: Hi, Thank you both for the responses. I don't know why the compiler... (by Philip Lee Bridson)
|
by AchyMain
confused between vector and array
|
|
[14 replies] Last: though I don't think you made it very clear. I sometimes just give c... (by closed account 1vRz3TCk)
|
by jcc
Class, Structure and Overload operator equal
|
|
[1 reply] : You should call that one "assignment" operator. "Equals" would be == i... (by hanst99)
|
by jatmdm psn
General 3D Engine Checklist for a C++ Newbie
|
|
[5 replies] Last: Okay! Thank you all so much! I really appreciate it. (by jatmdm psn)
|
by OffKilter
using std::cin.ignore
|
|
[3 replies] Last: casting means basically to force a conversion from datatype A to ... (by hanst99)
|
by hombakazij
Linker Error
|
|
[1 reply] : You cannot implement a function inside a function. It must be: #incl... (by coder777)
|
by gosuman
Overloading <<
|
|
[2 replies] Last: All right. Glad to know that's acceptable coding behavior. Thanks! (by gosuman)
|
by PFratt
How to avoid dividing by zero?
|
|
[8 replies] Last: Just for kicks: Based on PFratt's guessing program, Random Guess 10 2... (by Mathhead200)
|
Don't Know Why My Class Is Not Working |
|
[7 replies] Last: Without regard to any other possible errors, line 18 needs a semi-co... (by Alrededor)
|
by firutger
Unusual problem AFTER successful compiling
|
|
[2 replies] Last: Thank you very much Maese909!!! It solved the problem and now my progr... (by firutger)
|
by cciarleg
Struct type initialization
|
|
[4 replies] Last: solved. there was a wrapping class above this one that was not initia... (by cciarleg)
|
by mr kazoodle
copying item of list into other list
|
|
[2 replies] Last: Thank you very much, I don't know how to initialize that sort of objec... (by mr kazoodle)
|
by WayneC
Can variables be created in function prototypes?
|
|
[7 replies] Last: Wow THANKS. Now I have it. Galik, you nailed it, just what I was as... (by WayneC)
|
by rcenteno
file i/o, structs, arrays. confused help please
|
|
[no replies]
|
by matorin57
NULL and nullptr
|
|
[1 reply] : http://www2.research.att.com/~bs/C++0xFAQ.html#nullptr (by firedraco)
|