Click here to Skip to main content
15,888,803 members
Home / Discussions / Article Writing
   

Article Writing

 
GeneralRe: Where can I read more about Techincal Blogs vs Article? Pin
setevoy430-Mar-19 18:07
professionalsetevoy430-Mar-19 18:07 
QuestionBlog needing help Pin
Nelek28-Mar-19 5:42
protectorNelek28-Mar-19 5:42 
QuestionHow can I set the background color of disabled CRichEditCtrl? Pin
Member 1347548126-Mar-19 23:46
Member 1347548126-Mar-19 23:46 
AnswerRe: How can I set the background color of disabled CRichEditCtrl? Pin
Richard MacCutchan26-Mar-19 23:52
mveRichard MacCutchan26-Mar-19 23:52 
QuestionBlog needing help Pin
Nelek23-Mar-19 7:17
protectorNelek23-Mar-19 7:17 
QuestionArticle on large topic should be splitted or kept in a single page? Pin
Andrea Simonassi20-Mar-19 12:59
Andrea Simonassi20-Mar-19 12:59 
AnswerRe: Article on large topic should be splitted or kept in a single page? Pin
Nelek21-Mar-19 0:51
protectorNelek21-Mar-19 0:51 
GeneralRe: Article on large topic should be splitted or kept in a single page? Pin
Andrea Simonassi22-Mar-19 8:12
Andrea Simonassi22-Mar-19 8:12 
Hi, thank you for answering.

I will follow your advice to publish all at once when ready then.

My goal is show (to who is interested) ideas about how to create their own MP library, being myself just an amateur on this kind of stuff.

I think to title the series "Teaching arithmetic to a computer" or maybe "The Big Integer Challenge" and divide the article into parts that could be viewed independently, all the code needed to study and build your own implementation is embedded on article.

Part #1 the sum
Sample summary:
* define sum, simple sum primitive to build long sum, base 10
* carry properties and implication
* from base 10 to any other base (specifically CPU register sized digits)
* The Long Sum algorithm, with flow chart
* carry propagation, carry detection on higher level languages
* listing in C language and x64 assembler with comments
* bar chart for above implementation timings
* Appendix


Part #2 the subtraction, Part #3 the multiplication
Part #4 the division: this will probably be the longest one.

Part #5 the arithmetic challenge: (did not start writing yet)
* show how to use the toy framework i created in order to validate other implementation and compare performance to the reference implementation
* evidence parts that need to be changed if porting the code outside of windows environment or different hardware platforms.
* install Microsft assembler extension on Visual Studio
* show how to create basic statistic from csv dataset generated by the program,
* (maybe) challenge the community members to fork and create new fastest implementation


In total the document should be like 50 printed pages if on WORD, kind of 8-12 pages per article.

Could that be ok? Which is a good measure of an article lenght expressed as "printed page"?

What about the source code, should I add it just once to the latest article? Because all the relevant sources are in a single project.

Best
Andrea
GeneralRe: Article on large topic should be splitted or kept in a single page? Pin
Nelek22-Mar-19 8:35
protectorNelek22-Mar-19 8:35 
QuestionWhat to do with this? Pin
Nelek18-Mar-19 1:21
protectorNelek18-Mar-19 1:21 
AnswerRe: What to do with this? Pin
Sean Ewington18-Mar-19 3:44
staffSean Ewington18-Mar-19 3:44 
QuestionWriting and submitting an article using LibreOffice HTML format Pin
Vaclav_17-Mar-19 4:09
Vaclav_17-Mar-19 4:09 
QuestionBlogs needing help Pin
Nelek14-Mar-19 23:15
protectorNelek14-Mar-19 23:15 
AnswerRe: Blogs needing help Pin
Sean Ewington15-Mar-19 5:16
staffSean Ewington15-Mar-19 5:16 
GeneralRe: Blogs needing help Pin
Nelek15-Mar-19 22:54
protectorNelek15-Mar-19 22:54 
GeneralRe: Blogs needing help Pin
Sean Ewington18-Mar-19 4:07
staffSean Ewington18-Mar-19 4:07 
AnswerRe: Blogs needing help Pin
Richard MacCutchan15-Mar-19 5:56
mveRichard MacCutchan15-Mar-19 5:56 
QuestionBlogs needing help Pin
Nelek13-Mar-19 11:28
protectorNelek13-Mar-19 11:28 
AnswerRe: Blogs needing help Pin
Sean Ewington14-Mar-19 8:51
staffSean Ewington14-Mar-19 8:51 
GeneralRe: Blogs needing help Pin
Nelek14-Mar-19 12:05
protectorNelek14-Mar-19 12:05 
GeneralRe: Blogs needing help Pin
Nelek14-Mar-19 12:09
protectorNelek14-Mar-19 12:09 
GeneralRe: Blogs needing help Pin
Sean Ewington15-Mar-19 4:06
staffSean Ewington15-Mar-19 4:06 
GeneralRe: Blogs needing help Pin
Nelek15-Mar-19 11:54
protectorNelek15-Mar-19 11:54 
GeneralBug on article "An Introduction to Serverless Functions on Azure" Pin
GKP199211-Mar-19 20:11
professionalGKP199211-Mar-19 20:11 
GeneralRe: Bug on article "An Introduction to Serverless Functions on Azure" Pin
Sean Ewington12-Mar-19 7:03
staffSean Ewington12-Mar-19 7:03 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.