Thread: General Advice Wanted

  1. #1
    Registered User awsdert's Avatar
    Join Date
    Jan 2015
    Posts
    1,733

    General Advice Wanted

    Just a couple days ago I switched to a monitor I can trust to not shutdown on me in the middle of programming (my projector was making a loud noise for a number of weeks and only received the monitor a couple days ago so until now did not want to risk it so just stopped programming during that time) and so I now want to try something new with my bignum math after watching a vid on how ALUs work, I want to see if I can squeeze out more speed and to that end I am now working on following the CPU logic of copy from source to a register, calculate via the registers then send back to source. Before I actually get into this heavily I want peops to take a look at the barebones new project I've already started for this and tell me if there are any stylistic problems that would impede the ability of others to modify once it starts getting big enough that you can't just scan through the files in a mere few 10-20 seconds.

    Any other advice would be welcome too

  2. #2
    Registered User awsdert's Avatar
    Join Date
    Jan 2015
    Posts
    1,733
    Whoops forgot to attach the zip folder
    Attached Files Attached Files

  3. #3
    Registered User awsdert's Avatar
    Join Date
    Jan 2015
    Posts
    1,733
    I'll take the lack of responses as a sign there is currently no advice to be given, I'll come back after getting the function that builds an integer from a string to work since I haven't done before yet in bignum math... I think

  4. #4
    Registered User awsdert's Avatar
    Join Date
    Jan 2015
    Posts
    1,733
    Didn't get round to doing the function I was planning on implementing but have done enough of other needed stuff that perhaps some problems with the way I do things can be identified now while I don't yet need help on the code itself (this time I remembered to attach the zip folder first)
    Attached Files Attached Files

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Error Handling Advice Wanted
    By Asymptotic in forum C Programming
    Replies: 1
    Last Post: 12-06-2019, 03:31 PM
  2. General Advice
    By ph5 in forum C Programming
    Replies: 3
    Last Post: 02-23-2011, 04:16 AM
  3. Invoicing Shareware - Advice Wanted
    By Davros in forum A Brief History of Cprogramming.com
    Replies: 3
    Last Post: 07-09-2003, 01:57 AM
  4. SPAM. Advice wanted.
    By Davros in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 07-16-2002, 09:09 AM

Tags for this Thread