Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Printing lines and dots on paper with C,C++

Status
Not open for further replies.

eJohn

Newbie level 1
Newbie level 1
Joined
Jul 18, 2006
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,288
Hi!!

I am trying to build a program that prints a group of lines and dots on a scrap of paper. How can I manage this ?

I know that I have to use WinApi, but I don't know which libraries and dlls I have to use.

Any help?

Thnx a lot !!
 

Print with C,C++

don't know if this will help. check it out
Code:
http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=1741&lngWId=3

Code:
http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=9926&lngWId=3

you can get a lot more source here
Code:
http://www.planet-source-code.com/vb/scripts/BrowseCategoryOrSearchResults.asp?lngWId=3&?lngWId=3&grpCategories=&txtMaxNumberOfEntriesPerPage=10&optSort=Alphabetical&chkThoroughSearch=&blnTopCode=False&blnNewestCode=False&blnAuthorSearch=False&lngAuthorId=&strAuthorName=&blnResetAllVariables=&blnEditCode=False&mblnIsSuperAdminAccessOn=False&intFirstRecordOnPage=11&intLastRecordOnPage=20&intMaxNumberOfEntriesPerPage=10&intLastRecordInRecordset=25&chkCodeTypeZip=&chkCodeDifficulty=&chkCodeTypeText=&chkCodeTypeArticle=&chkCode3rdPartyReview=&txtCriteria=printer
 

Re: Print with C,C++

make a function to copy and print the same character....

then use the function with lenght to draw line,circle, etc
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top