by talent80
POS with inventory
|
|
[no replies]
|
Errors in classes |
|
[3 replies] Last: Ah, not entirely sure how I missed the class name out :P but thank you... (by Jonnyisonfire)
|
by Harry909
Advice?
|
|
[6 replies] Last: Thanx (by Harry909)
|
by Love236
if (firstnumber % 2 != 0)
|
|
[6 replies] Last: No problem, anytime. (by Mohamed Fouad)
|
by marniel647
Searching a word in a text file
|
|
[1 reply] : This can easily be done as follows: #include<fstream> #include<iostr... (by Mohamed Fouad)
|
by yassar
Open image..
|
|
[no replies]
|
by zz77z
2D Array sorting?
|
|
[1 reply] : struct Row{ //this could be a template class int r ; //you co... (by hamsterman)
|
by rsegecin
Help with code
|
|
[1 reply] : You can't have arrays of undefined length (line 13). Either choose a ... (by hamsterman)
|
by firix
class locale
|
|
[no replies]
|
by pops1423
File input and output
|
|
[3 replies] Last: #include <iostrean> #include <fstream> #include <string> using namesp... (by marniel647)
|
by NoteToSelf
Base and Derived classes: default constructors?
|
|
[2 replies] Last: Adjusted - sorry about that; My initial plan was to create a "databas... (by NoteToSelf)
|
by Love236
possible? If (score == 90-100) ???
|
|
[6 replies] Last: @Love236 Please, mark this thread as solved. (by Mohamed Fouad)
|
by Love236
Can main() return a value to another method?
|
|
[3 replies] Last: In my knowledge. No. (by writetonsharma)
|
by vodkaman6661
Help with switch
|
|
[2 replies] Last: Opps! I just added a break and it worked like a charm :) Thank you v... (by vodkaman6661)
|
by stylish
FIND INTERVAL
|
|
[2 replies] Last: You could try Newtons method for finding the roots of an equation: htt... (by closed account D80DSL3A)
|
by cheeeeseface
Write a program converting Base 10 numbers to any base from 2 - 16
|
|
[14 replies] Last: I don't think below code is doing the correct comparison assume argv i... (by sohguanh)
|
by baker091
Need help with array average
|
|
[1 reply] : First: Use code tags [co de] Your code #include <iostream> #incl... (by coder777)
|
by miaria
Array of strings vs array of pointers?
|
|
[1 reply] : #include <string> and then declare your arrays like this: std::stri... (by m4ster r0shi)
|
by Dog Gon Mad
Assistance Needed: Variable type used in ambiguous code.
|
|
[5 replies] Last: Take a book on C like "The C programming language" and start reading a... (by writetonsharma)
|
by firix
isalpha() and isdigit() (1,2)
|
|
[21 replies] Last: question in this way.I'm not asking the question, C + + creator asks. (by firix)
|