Search:

Type: Posts; User: ajlott_coder

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    2,089

    So you mean actually create my own small language...

    So you mean actually create my own small language designed specifically for evaluating the equations?

    -AJ
  2. Thread: beginner

    by ajlott_coder
    Replies
    11
    Views
    1,543

    Re: Beginner

    Ok, try this:

    #include <stdio.h>
    #include <stdlib.h>

    int main() {


    int prime_amount; //the amount of primes to generate.
    int prime_start = 2; //the number to start generating primes at.
  3. Replies
    6
    Views
    2,089

    equation solving

    Hey y'all,
    I'm designing a calculator application and know how to do pretty much everything that the calulator needs to do except for a couple things, but once I get one figured out I should be able...
  4. Thread: beginner

    by ajlott_coder
    Replies
    11
    Views
    1,543

    Re: Beginner

    Ok, just a small mix up in your do while loop.

    It should look like this:

    #include <stdio.h>


    int main() {
Results 1 to 4 of 4