Stats: 3,229,916 members, 8,083,420 topics. Date: Thursday, 20 February 2025 at 08:19 PM |
Nairaland Forum / Science/Technology / Programming / Check In: Submit Your C++ Questions Lets Solve (6217 Views)
Mybb Expert Needed: Please Check In Here / Please I Get This Error When Submit Form (notice: Undefined Index) (2) (3) (4)
Check In: Submit Your C++ Questions Lets Solve by 1stdami(m): 5:22pm On Jun 20, 2015 |
Hello guys, you can submit your C++ question let solve it together or if you have any code that you want to debug you can post also. If you have problem with any other programming language lemme know also |
Re: Check In: Submit Your C++ Questions Lets Solve by nembudziya(m): 6:27pm On Jun 20, 2015 |
1stdami:i want to know how to save, retrieve and print a receipt from a portable printer like they use for parking automobiles. |
Re: Check In: Submit Your C++ Questions Lets Solve by 1stdami(m): 6:38pm On Jun 20, 2015 |
nembudziya:pls can you explain more about what u wanna do i dont seem to undastand what u sayin |
Re: Check In: Submit Your C++ Questions Lets Solve by nembudziya(m): 7:19pm On Jun 20, 2015 |
1stdami:i want to save, output from cout<<, and retrieve the output anytime, i need to print a receipt. |
Re: Check In: Submit Your C++ Questions Lets Solve by 1stdami(m): 9:33am On Jun 22, 2015 |
nembudziya:cout<<"stament that you want to output" <<endl; cin>> what you want to accept from the user; |
Re: Check In: Submit Your C++ Questions Lets Solve by nembudziya(m): 6:11pm On Jun 22, 2015 |
1stdami:yes. bros, do you understand how a parking terminal system works. If a marshal lets in a vehicle, they cin>> the time in and time out. They cout << "money to be charged "<<endl; . My question is how do you save that info so that you can enter, say 5 cars, i can save all 5 of them. When they come back, i can retrieve their info, and print a receipt from a portable printer. Bros, i need help. |
Re: Check In: Submit Your C++ Questions Lets Solve by 1stdami(m): 6:18pm On Jun 22, 2015 |
nembudziya:ok i tink am getting yur question... It will be 5*amt charged on one car that is parked so u will ask the user to enter the amt of cars parked u store that in a variable the u declare another vairable that holds the result of ;number of cars parked * amt charged on one car parked.... Did i answer yur question |
Re: Check In: Submit Your C++ Questions Lets Solve by sanny18(m): 5:31pm On Jun 23, 2015 |
Having problem downloading c complier on my system,my system keep detecting it as virus and keeps deleting it |
Re: Check In: Submit Your C++ Questions Lets Solve by 1stdami(m): 5:43pm On Jun 23, 2015 |
sanny18:where are u downloading it from and what antivirus do u use |
Re: Check In: Submit Your C++ Questions Lets Solve by nembudziya(m): 6:28pm On Jun 23, 2015 |
1stdami:hold it.........not quite. I'd like to command a printer to print, whats the command....... |
Re: Check In: Submit Your C++ Questions Lets Solve by 1stdami(m): 6:30pm On Jun 23, 2015 |
nembudziya:in c++ ionoe tink dat works |
Re: Check In: Submit Your C++ Questions Lets Solve by nembudziya(m): 6:31pm On Jun 23, 2015 |
sanny18:google cnet dev c++, or follow kat.cr link and type in dev c++ in the search bo and use utorrent to download the compiler. |
Re: Check In: Submit Your C++ Questions Lets Solve by nembudziya(m): 6:36pm On Jun 23, 2015 |
1stdami:it does work. Corel draw was done in c++, and one can send a job to print..... Thats my qsn bros and i need an answer. |
Re: Check In: Submit Your C++ Questions Lets Solve by 1stdami(m): 6:40pm On Jun 23, 2015 |
nembudziya:i dont know tho if u find out lemme know 1 Like |
Re: Check In: Submit Your C++ Questions Lets Solve by nembudziya(m): 6:54pm On Jun 23, 2015 |
1stdami:owk na. Chill. Lets discuss c++ classes. |
Re: Check In: Submit Your C++ Questions Lets Solve by 1stdami(m): 6:58pm On Jun 23, 2015 |
nembudziya:allright am all ears |
Re: Check In: Submit Your C++ Questions Lets Solve by codemarshal08(m): 7:14pm On Jun 23, 2015 |
nembudziya:Bro IMO, there is no direct way to output to a printer in c++. Printing is an OS-Dependent Operation. |
Re: Check In: Submit Your C++ Questions Lets Solve by sanny18(m): 10:28pm On Jun 23, 2015 |
1stdami:avira,their official site 1 Like |
Re: Check In: Submit Your C++ Questions Lets Solve by 1stdami(m): 9:39am On Jun 24, 2015 |
sanny18:try disable the antivirus or uninstall for the moment |
Re: Check In: Submit Your C++ Questions Lets Solve by Omoilu(m): 2:37pm On Jun 26, 2015 |
1stdami: Hello, I'm interested in programming, if you wouldn't mind, I would love you to put me through on some things. |
Re: Check In: Submit Your C++ Questions Lets Solve by bowofolu(m): 8:31am On Jun 27, 2015 |
@nembudziya Run the code below in command prompt. If it prints the text file, you will be able to use it in your c++ code. notepad /p your_file.txt |
Re: Check In: Submit Your C++ Questions Lets Solve by 1stdami(m): 9:12am On Jun 27, 2015 |
Omoilu:add me on whatsapp check my number in my signature |
Re: Check In: Submit Your C++ Questions Lets Solve by Nobody: 12:37pm On Jun 27, 2015 |
I would expect someone to have posted assignments for those interested in testing our noobish C++ skills or knowledge |
Re: Check In: Submit Your C++ Questions Lets Solve by jacob05(m): 9:34am On Jun 28, 2015 |
Hmmm. Ok... I need an elegant way using oop concepts to solve the below problem.... The program can accept any number of mixed fraction, fraction or whole numbers and operations to perform on them... It should follow mathematical rules in solving them .... The program should , in the end, print the values accepted "elegantly" and results.. CC pcguru1 1stdami
|
Re: Check In: Submit Your C++ Questions Lets Solve by Pamelayoung: 10:22am On Jun 28, 2015 |
Pls am doing a course on data modeling can u put me thru? |
Re: Check In: Submit Your C++ Questions Lets Solve by 1stdami(m): 1:00pm On Jun 28, 2015 |
pcguru1:i will try to do that |
Re: Check In: Submit Your C++ Questions Lets Solve by 1stdami(m): 1:22pm On Jun 28, 2015 |
jacob05:c++ isnt oop but java will solve this problem easily ...so first install netbean complier for java |
Re: Check In: Submit Your C++ Questions Lets Solve by jacob05(m): 1:26pm On Jun 28, 2015 |
1stdami: ![]() ![]() ![]() |
Re: Check In: Submit Your C++ Questions Lets Solve by jacob05(m): 1:28pm On Jun 28, 2015 |
C++ was introduced to bring OOP , Templating/Generics and others to the C family.....@1stdami..... |
Re: Check In: Submit Your C++ Questions Lets Solve by 1stdami(m): 1:31pm On Jun 28, 2015 |
jacob05:i am talking abt c++ console here ...but java can perform the operation easier dont u tink so |
Re: Check In: Submit Your C++ Questions Lets Solve by jacob05(m): 1:40pm On Jun 28, 2015 |
1stdami:hmmmm..enough arguments... I need a C++ solution....... |
Re: Check In: Submit Your C++ Questions Lets Solve by BlueMagnificent(m): 2:04pm On Jun 28, 2015 |
1stdami: Sorry, there is noting like C++ console. What I believe you mean is writing and reading from the console which every other programming language does. And C++ is as much object oriented as java |
Help On Database Management System For A Hospital : Urgent / LAGOS Professional Training On Web Design&development With Certification.. / I Want To Learn Programming In 2018
Viewing this topic: 3 guest(s)
(Go Up)
Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health religion celebs tv-movies music-radio literature webmasters programming techmarket Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10) Nairaland - Copyright © 2005 - 2025 Oluwaseun Osewa. All rights reserved. See How To Advertise. 42 |