by Winsu
The current directory is not valid
|
|
[no replies]
|
by thetexan
How are variables stored?
|
|
[5 replies] Last: I'm now reading up on symbol tables and therein lies the answer. The ... (by thetexan)
|
by sajis997
algorithm concept
|
|
[2 replies] Last: Or toggle a bool: bool goForward = true; ... if (goForward) forwardPr... (by dhayden)
|
by qvantry
!cin looping errors
|
|
[4 replies] Last: @LB @rafae11 Thank you both for your answers, ill read what you linke... (by qvantry)
|
by Egidijus
Problem with sum
|
|
[7 replies] Last: The 'abc' in your program (if that reference is ambiguous, then the bl... (by keskiverto)
|
by Jon15
Calling a function for temperature conversion
|
|
[18 replies] Last: No problem Jon, it's not the end of the world. (by closed account 48T7M4Gy)
|
by zacklucky
Array in descending order
|
|
[1 reply] : Are you required to create your own sorting function? If not, just use... (by LB)
|
by Jon15
Temperature conversion, infinite loop help
|
|
[2 replies] Last: What do you mean? Here is an updated version, not sure if it is better... (by Jon15)
|
by Sid123
equivalent in C++ from VB?
|
|
[3 replies] Last: Well, technically, with std::string arr , what we have is an simpl... (by JLBorges)
|
cin.ignore? |
|
[1 reply] : #include<iostream> // #include <conio.h> // using namespace std; #inc... (by JLBorges)
|
by helios103
going through the alphabet using object arrays
|
|
[2 replies] Last: wow so simple and it worked thank you! (by helios103)
|
by jpanther
validating a phone number
|
|
[5 replies] Last: So I changed a few things around, so the function will re-prompt for a... (by jpanther)
|
by supernoob
Array and While Loop
|
|
[17 replies] Last: Yep, it will output "invalid etc". This leaves you, as the programmer,... (by closed account 48T7M4Gy)
|
by Dazzer
Question about the use of namespace
|
|
[14 replies] Last: to give a cross-library example, we have, between the C++ standard lib... (by Cubbi)
|
by miguel96
Sorting array of structs
|
|
[12 replies] Last: Ah yes, the issue was that you had copied the data into the vector and... (by LB)
|
by SophieM
struct defined in friend class as argument
|
|
[2 replies] Last: Thanks a lot! It worked :) (by SophieM)
|
by samrux
Am I naming identifiers wrong?
|
|
[3 replies] Last: Thank you. Also, I think I accidentally reported a comment here from ... (by samrux)
|
by Zyzz
Cannot build anything
|
|
[9 replies] Last: You see you forgot the semicolon at the end of line 13, don't you? (by mido70)
|
by cjmaravilla
Functions
|
|
[2 replies] Last: Do NOT edit the main function. Your code uses a different main funct... (by dhayden)
|
by jamesarthur7
My rand() function does not work
|
|
[3 replies] Last: http://www.cplusplus.com/faq/beginners/random-numbers/ (by Duthomhas)
|