typedef double |
|
[12 replies] Last: thank you lastchance (2541) and sorry for double thread. Thanks for yo... (by nurulhudaismail)
|
by gvillebrown
Creating a program that counts 00-77
|
|
[8 replies] Last: #include <iostream> int main() { for (unsigned int i = 0; i < 8; ... (by closed account E0p9LyTq)
|
lower triangular matrix inversion |
|
[1 reply] : #include <iostream> #include <vector> using namespace std; using mat... (by lastchance)
|
by AL88
Trouble understanding preprocessor directives
|
|
[5 replies] Last: Do you still have a question there? Apart from low/med/high being ide... (by jonnin)
|
Monte Carlo Methods |
|
[3 replies] Last: My problem with this code is that in switch -> case 0, when I create ... (by kbw)
|
by Syazlina123
Unorderred Array based list
|
|
[4 replies] Last: oh i manage to fix it. i forgot to put =0; at the virtual function ins... (by Syazlina123)
|
by redfury
Checking Armstrong Numbers through while loop (homework
|
|
[2 replies] Last: Ok, so that is the mistake.. It was actually written in the examples o... (by redfury)
|
by Kreons
Help with deck of cards program
|
|
[7 replies] Last: Any ideas on how to fix that. Read the warning message, don't do wh... (by Repeater)
|
by cppnoobie
need urgent help before submission
|
|
[10 replies] Last: Please DO NOT DELETE YOUR CODE after getting answers. It makes this t... (by MikeyBoy)
|
by siten0308
writing and printing out constructor pointer
|
|
[9 replies] Last: // b points to a which is allocated on the stack. Vector2 a; Vect... (by Peter87)
|
by bteddy
I need a List/Chart that list "old headers" and "new headers" that they are replaced with.
|
|
[9 replies] Last: Thank you (by bteddy)
|
Comparator in sort |
|
[5 replies] Last: The most likely place to see time used is in seeding of srand. One wou... (by keskiverto)
|
by Patch97236
Class derivation / Shared functions question?
|
|
[1 reply] : Using inheritance, something like this, perhaps: #include <iostream>... (by JLBorges)
|
Calling Values from a Function to Another |
|
[3 replies] Last: Ahhh, I see I fixed the code and it's now working perfectly. I really ... (by randombeginner)
|
by JayGln
string manipulation
|
|
[10 replies] Last: thank you guys i will try this approach now and see what i come up wit... (by JayGln)
|
by Jack599
Type specifier issue
|
|
[3 replies] Last: Haha thanks. I'll be producing some wack punctuation for a while. (by Jack599)
|
by W1743625
Working with counter-controlled while loops
|
|
[7 replies] Last: "cout is ambiguous" is a common compiler error I have had it happen to... (by Satan)
|
by rosko
Need Help
|
|
[4 replies] Last: Hello rosko, PLEASE ALWAYS USE CODE TAGS (the <> formatting button), ... (by Handy Andy)
|
by Jack599
Comparisons in an Array
|
|
[2 replies] Last: Would you say that your program is now similar to: #include <iostream... (by keskiverto)
|
by moazali626
Converting number into words
|
|
[2 replies] Last: @moazali, The way you have it, if tens==1 it just prints out the "teen... (by tpb)
|