by Codefreak101
Enum Help
|
|
[8 replies] Last: Yes it does. #include <string> struct Item{ enum ItemType ... (by hanst99)
|
by Simon Flagg
Size of a char* array with different lengths
|
|
[3 replies] Last: For functions, let the caller pass the size of the array. Or even bett... (by hanst99)
|
by bolzano1989
abs, float, math.h/cmath and Visual Studio 6.0 with Service Pack 6
|
|
[3 replies] Last: I personally think you should upgrade from VC 6 - it was a useful th... (by guestgulkan)
|
by Sandstone
What is wrong here?
|
|
[1 reply] : In class string there is no variable named peek, as the compiler error... (by Simon Flagg)
|
Grading System..stuck at on point |
|
[7 replies] Last: Adding on to WSiaB's code, you could include string, so the user can i... (by theholyfork)
|
by yakkka
help for sinus equation
|
|
[12 replies] Last: double sin(double x); float sinf(float x); long double sinl(long doub... (by ne555)
|
by teddyeddy
Functions - return values
|
|
[7 replies] Last: [quote=teddyeddy] cout << ReturnNothing(); // This will not compile. ... (by hanst99)
|
by Browni3141
Class Issues
|
|
[7 replies] Last: ostream>> You mean ostream << operator, right? Yes, I have suc... (by Browni3141)
|
C++ Physics engine |
|
[1 reply] : An actual physics engine would not just be a number of physics functio... (by hanst99)
|
by craya
Designing a class of students
|
|
[7 replies] Last: Actually I found out the issue; since the files were not included in a... (by craya)
|
by lordmat
Help with Deque - ostream_iterator
|
|
[2 replies] Last: Thank you hanst99 for the help worked perfectly. (by lordmat)
|
by teddyeddy
parameters
|
|
[3 replies] Last: ah thank you. You will have to bare with me, I know I am picking this ... (by teddyeddy)
|
by TpOreilly
Correct me if im wrong
|
|
[8 replies] Last: I think he was just talking about the TRUE and FALSE macros there. (by hanst99)
|
by WSiaB
Assigning an Array of Pointers to an Array
|
|
[7 replies] Last: I am guessing the earlier suggestion worked correctly since arrays and... (by WSiaB)
|
converting feet to meter |
|
[3 replies] Last: Why don't you read a float by cin? regards (by Simon Flagg)
|
by chipp
dinamic memory
|
|
[19 replies] Last: I wish to apologize for throwing such confusion into this thread with ... (by closed account D80DSL3A)
|
by unregistered
how big is a char datatype one a 32bit and 64bit computer?
|
|
[4 replies] Last: It's always 1 byte, but 1 byte isn't always 8 bits in C++. (by hanst99)
|
by L0neWolf001
Help writing a Battleship board game program
|
|
[no replies]
|
by Ihtisham
How it happened?
|
|
[1 reply] : That's because your constant is not unsigned long. 1234567890123ul ... (by hanst99)
|
by JLucien
Battleship Game
|
|
[7 replies] Last: I don't know if this will work but if you use different integers for t... (by HenryJ)
|