Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,151,564 members, 7,812,827 topics. Date: Monday, 29 April 2024 at 08:05 PM

Check In: Submit Your C++ Questions Lets Solve - Programming - Nairaland

Nairaland Forum / Science/Technology / Programming / Check In: Submit Your C++ Questions Lets Solve (5773 Views)

Mybb Expert Needed: Please Check In Here / Please I Get This Error When Submit Form (notice: Undefined Index) (2) (3) (4)

(1) (2) (3) (Reply) (Go Down)

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:
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
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:
i want to know how to save, retrieve and print a receipt from a portable printer like they use for parking automobiles.
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:
pls can you explain more about what u wanna do i dont seem to undastand what u sayin
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:
i want to save, output from cout<<, and retrieve the output anytime, i need to print a receipt.
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:

cout<<"stament that you want to output" <<endl;
cin>> what you want to accept from the user;
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:
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.
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:
Having problem downloading c complier on my system,my system keep detecting it as virus and keeps deleting it
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:
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
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:
hold it.........not quite. I'd like to command a printer to print, whats the command.......
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:
Having problem downloading c complier on my system,my system keep detecting it as virus and keeps deleting it
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:

in c++ ionoe tink dat works
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:
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.
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:

i dont know tho if u find out lemme know
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:
owk na. Chill. Lets discuss c++ classes.
allright am all ears
Re: Check In: Submit Your C++ Questions Lets Solve by codemarshal08(m): 7:14pm On Jun 23, 2015
nembudziya:
I'd like to command a printer to print, whats the command.......
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:

where are u downloading it from and what antivirus do u use
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:
avira,their official site
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 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

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:


Hello, I'm interested in programming, if you wouldn't mind, I would love you to put me through on some things.
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 would expect someone to have posted assignments for those interested in testing our noobish C++ skills or knowledge
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:
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 should , in the end, print the values accepted "elegantly" and results..


CC pcguru1 1stdami
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:
c++ isnt oop but java will solve this problem easily ...so first install netbean complier for java
shocked shocked shocked....are you shitin me? C++ is even the best to solve it.
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:
C++ was introduced to bring OOP , Templating/Generics and others to the C family.....@1stdami.....
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:
i am talking abt c++ console here ...but java can perform the operation easier dont u tink so
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:
i am talking abt c++ console here ...but java can perform the operation easier dont u tink so

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

(1) (2) (3) (Reply)

Php Challenge: External Authentication Of Phpbb3 / Android App Developers Charges / How Can I Build A Twitter like @mention System In PHP?

(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 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 42
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.