by Jesukiran
What does this mean?
|
|
[2 replies] Last: thank you very much! (by Jesukiran)
|
by guguli
csv data reading
|
|
[no replies]
|
by tiara2009
Confused about a question of a basic code
|
|
[8 replies] Last: OK, let's discuss the bracket. A while loop in general has this struc... (by Chervil)
|
by sydfrederick
string does not name a type?
|
|
[2 replies] Last: I'm not sure what this is doing here? I don't see anything wrong wi... (by MikeyBoy)
|
by wirowi
tables, vectors
|
|
[7 replies] Last: Glad it worked out :) (by MikeyBoy)
|
by mjyz
Calculations Using Functions
|
|
[1 reply] : both those functions (CalcIncomeTax & CalcNetSalary) are never used? (by tath)
|
by brijmohan3
Data output to display lines
|
|
[no replies]
|
by tatay9
Restriction
|
|
[1 reply] : cin >> doesn't read spaces, use getline instead : cin.getline( nu... (by nvrmnd)
|
by mjyz
Looping until EOF
|
|
[4 replies] Last: You have the variables to store the information for one record. You r... (by cire)
|
by Kert Cobain
File I/O
|
|
[14 replies] Last: Then, you'll have to use dynamic arrays. Let me double-check - are you... (by LB)
|
by Tristan101
Help please if loop
|
|
[2 replies] Last: Thanks that helps alot and no i dont really know how to use classes (by Tristan101)
|
by compscimajor
greatest common divisor need help correcting
|
|
[4 replies] Last: In that case, you should re-read over the introductory sections about ... (by Zhuge)
|
by Sharan123
Q2.probelm
|
|
[1 reply] : Because the on line 5 is part of the name of the delete operator,... (by LB)
|
by Sharan123
Q.1 problem
|
|
[2 replies] Last: because a pointer points to a set of memory of type what ever type you... (by closed account Dy7SLyTq)
|
by Sharan123
Q4.Problem
|
|
[1 reply] : arr is an int, not a pointer, hence you cannot assign it to a pointer... (by firedraco)
|
by SHUTitDOWNx
string class problem
|
|
[4 replies] Last: #include <iostream> #include <string> using namespace std; int main(... (by Yanson)
|
by fragglerock
help please
|
|
[1 reply] : Remove the ";" after while(expenses != 0); on line 44. (by crimsonzero2)
|
by Amarki
Binary Search Tree - Bool Remove Method
|
|
[no replies]
|
by dachain
Help!
|
|
[2 replies] Last: I see. I just read the rules. I will work on it and come back with spe... (by dachain)
|
by metulburr
odd compile error on SFML
|
|
[1 reply] : It's saying the sf::Window constructor is not in any of the libraries ... (by helios)
|