Search:

Type: Posts; User: navarrowee

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    3,463

    this is my edited codes #include...

    this is my edited codes


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

    bool prime_num (int *user_entry); //function prototype

    int main(void)
    {
  2. Replies
    6
    Views
    3,463

    prime number detector program

    what is wrong with my program that i cant run smoothly. there is an error in this line
    result = prime_num(&user_entry); //prime number detector function
  3. Replies
    17
    Views
    2,042

    this is an revised program but it has 3 errors which i dont really know how to solve

    how do i solve the three unresolced external symbols. i know it has got to do i with the function calling. but not sure how to solve it.
    any advice on what logic should i use to do error warnings...
  4. Replies
    17
    Views
    2,042

    i have made it more organized

    ive taken you guy's advice thanks alot. and this is an revised version of the program. but i still have errors. can anyone help me with it. i still can't figure out how to solve it. thanks. if...
  5. Replies
    17
    Views
    2,042

    help i cant get it working

    i am new with c. i was using c++ before this. i dont get it why i cant get it to work with so many error. can someone show me the correct way.
    i was wondering which is the best function to use in...
Results 1 to 5 of 5