of     1   

ParadigmaticAnon
#182598989Friday, January 29, 2016 4:38 AM GMT

Hello. The purpose of this thread is to discuss the use of C-based programming to manipulate data supplied to computing-system. Due to an obvious technicality involving scripting/programming, this would not be "appropriate" for the Scripters sub-section. As a result, any such suggestions will be ignored entirely. References to custom libraries are permitted.
Aetricity
#182599222Friday, January 29, 2016 4:42 AM GMT

I am currently starting on a simple learning algorithm that learns how to add arithmatic in C, however my compiler is having problems at the moment so I am attempting to fix it. I use code::blocks, what would you suggest? Henceforth, we shall venture! | http://www.roblox.com/1-Post-item?id=318384228 | [+3.2k]
Aetricity
#182599294Friday, January 29, 2016 4:44 AM GMT

It is a very basic system at the moment (just an array of possible value combinations, and guessing to find answers to other problems), but I plan to add much more complexity as time goes by. Henceforth, we shall venture! | http://www.roblox.com/1-Post-item?id=318384228 | [+3.2k]
ParadigmaticAnon
#182599997Friday, January 29, 2016 4:58 AM GMT

"I use code::blocks, what would you suggest?" I generally prefer to utilize a MingGW terminal, for file organization purposes. As for your project, it seems rather interesting. How exactly does your AI program generate new combinations when accurate answers are found, within the array?
Aetricity
#182600054Friday, January 29, 2016 4:59 AM GMT

"I generally prefer to utilize a MingGW terminal, for file organization purposes. As for your project, it seems rather interesting. How exactly does your AI program generate new combinations when accurate answers are found, within the array?" For the time being, it's simply using a pseudo-random number generator, and it'll make sure the answer is correct before adding it to the array. Henceforth, we shall venture! | http://www.roblox.com/1-Post-item?id=318384228 | [+3.2k]
GuyManDudeBra
#182600080Friday, January 29, 2016 5:00 AM GMT

I was wondering what the necessary dedodated wam I should add to command-er
Aetricity
#182600592Friday, January 29, 2016 5:10 AM GMT

Sorry, I was kind of rushing the last post so that might have been a bit confusing. Here is the process: 1 - Generates answer that will soon be solved. 2 - Computer must be able to generate 2 numbers able to answer that. To check that, it will iterate through the array checking for any matches for the answer provided. If there are none, it will generate random answers until it can find one. 3 - It repeats trying to find a solution until it generates a new answer, and from thereon it will try to find every solution to the problem. I missed a lot in that explanation but that is just the basics. On mobile right now so I really don't want to type out a long responce.
PasteIColours
#182600919Friday, January 29, 2016 5:18 AM GMT

''Hello. The purpose of this thread is to discuss the use of C-based programming to manipulate data supplied to computing-system. Due to an obvious technicality involving scripting/programming, this would not be "appropriate" for the Scripters sub-section. As a result, any such suggestions will be ignored entirely. References to custom libraries are permitted.'' i actually don't understand any of this.. or the big words. coding? nerd stuff? perfect grammar?
cruzymudwulf
#182600955Friday, January 29, 2016 5:19 AM GMT

java is better
Aetricity
#182601033Friday, January 29, 2016 5:20 AM GMT

If you do not understand what the original poster is saying, he is basically saying talk about the C Programming Language in a much more broken down and formal method.

    of     1