Search:

Type: Posts; User: ortegac

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    2,443

    Here is what got is not printing the even numbes in between

    Something is wrong isnot doing what i want ? someone help me.




    // A program that will ask for two number (minimum and maximum) and print at all the even numbers in between
    #include<stdio.h>...
  2. Replies
    3
    Views
    2,443

    Need help to print even numbers

    Hi iam new to c programming i have this program that suppose to: A program that will ask for two number (minimum and maximum) and print at all the even numbers in between

    but iam stuck i want to...
  3. is a quiz that i did in college

    i got them wrong for the quiz and i want to know the answer i only got 7 and 8 right.

    Plese help me out if you can
  4. Quiz on Adts if you can give me the answers thanks

    Quiz 4


    1
    Marks: 1

    Given the following code fragment:

    unsigned int* buffer = malloc(sizeof(unsigned int) * 10);
    unsigned int* p;
  5. Replies
    3
    Views
    1,297

    See if this help

    --------------------Configuration: ass5pract - Win32 Debug--------------------
    Compiling...
    ass5pract.c
    C:\Documents and Settings\Famili@\My Documents\aaron\CM22\ass5pract.c(21) : warning C4700:...
  6. Replies
    19
    Views
    5,346

    This was my answer for employee program

    /*This program will calculate the employee pay for the week and overtime*/

    #include <stdio.h>


    main ()

    {
    float amnt, overtime;
    float a, b;
  7. Replies
    19
    Views
    5,346

    Hey men you are good. Lets see if you can do this. Is more challenging

    The stuff i gave you to do is from my last semester in Junior college.
    But it seem you are pretty good. I think this will be more complicated this is what i have done in class this semester...
  8. Replies
    20
    Views
    4,142

    Here is more questions? thanks for your help Eth0

    Hi Eth0,

    But how do I compile & build my .c file? I don’t really like it to do it with the visual studio command prompt 2005. I typed CL /c FIRST.C and it works. But I just wanted to build my .c...
  9. Replies
    19
    Views
    5,346

    Very good!

    You did it in a short time!

    Now try this!

    <code>
    Write a program that, given the number of hours an employee worked and the hourly wage, computes the employee's weekly pay. Count any hours...
  10. Replies
    20
    Views
    4,142

    Hey eth0 i need your help? can some one help me out!

    I have Visual C++ 2005 Express Edition.

    Iam a new in this I currently use Visual studio 6 but I like this new version, I want to know how to compile my code in this new version. Eth0 you said that...
  11. Replies
    19
    Views
    5,346

    Here is your home work

    ok I dont know if i can give you 20 minutes. But i will sure try to help you out. I will be checking this forum almost every day. Here is what is a program that i think is good for you.

    <quote>...
  12. Replies
    8
    Views
    1,456

    Solution is to use a simple structure

    Here is in use of a simple structure. This is a structure that contains array members. You can only use the array of strings in the variables fname and lname.
    To be more accurate you need to have a...
  13. Replies
    8
    Views
    1,456

    Tell me if this help you

    I think you are trying to do a multidimension array. But what you really need is a structure. You are using an array for the name which is fine. But for the pay and amount. You need to use float....
  14. Replies
    8
    Views
    1,456

    Check to see if it helps

    //Hey iam new in c programming but check if this can help you out. I //did not use no array only to store the name. The rest is to store //float values. It works.

    //I have an array of strings,...
  15. Replies
    1
    Views
    1,491

    Please help me out. ADT (abstract data types)

    Iam having a quiz tomorrow. I need something that can help me understand adt (abstract data types). The quiz will be 20 questions and i need something like pass quizes or something that will clear my...
Results 1 to 15 of 16