Search:

Type: Posts; User: iLike

Search: Search took 0.01 seconds.

  1. Replies
    11
    Views
    1,636

    what do you mean?

    what do you mean?
  2. Replies
    11
    Views
    1,636

    I tried everything you told me, it still gives me...

    I tried everything you told me, it still gives me segmentation error.
  3. Replies
    1
    Views
    28,325

    Multiplication Table using Array.

    Hi, so I'm writing a program that prints out multiplication table using two dimensional array. After i run it i get errors, can some one assist me how to fix them?
    Thank you



    #include...
  4. Thread: multiple choice

    by iLike
    Replies
    6
    Views
    2,984

    hahaha... who said this was homework :D

    hahaha... who said this was homework :D
  5. Thread: multiple choice

    by iLike
    Replies
    6
    Views
    2,984

    Its simple question, and nobody can answer it?

    Its simple question, and nobody can answer it?
  6. Thread: multiple choice

    by iLike
    Replies
    6
    Views
    2,984

    Shows how smart people are here :D

    Shows how smart people are here :D
  7. Thread: multiple choice

    by iLike
    Replies
    6
    Views
    2,984

    multiple choice

    Strings cannot A,B,C,or D?

    A) be initialized using string literals.
    B) end in a character other than the null character.
    C) be initialized with initializer lists.
    D) be treated...
  8. Replies
    11
    Views
    1,636

    Like this... i still keep getting the...

    Like this... i still keep getting the segmentation error


    #include<stdio.h>
    #define SIZE 20

    int main(void)
    {
    int a[SIZE];
    int i;
  9. Replies
    11
    Views
    1,636

    can you specify, what you mean?

    can you specify, what you mean?
  10. Replies
    11
    Views
    1,636

    I get segmentation error

    This program asks user to enter numbers between 1 and 100. After i run it i get segmentation error. The program doesnt repeat number twice. Can someone help me.


    #include<stdio.h>
    #define SIZE...
  11. Thread: Perfect Numbers

    by iLike
    Replies
    2
    Views
    2,845

    Perfect Numbers

    I need to make a program using a module ( two functions, one main and second the calculations)... The program has to tell a perfect numbers between 1 and 1000.
    This is what i have now. It gives me...
  12. Thread: Full square

    by iLike
    Replies
    6
    Views
    2,687

    Can anyone tell me if its possible to do with...

    Can anyone tell me if its possible to do with printf and while and keep it simple( nothing like cout, cin, sprintf etc.), im just beginner. If it is possible can you tell me how should i modify my...
  13. Thread: Full square

    by iLike
    Replies
    6
    Views
    2,687

    Is there way to just use printf and loop? ...

    Is there way to just use printf and loop?



    int main(void)
    {
    int row;
    int column;
    int x;
  14. Thread: Full square

    by iLike
    Replies
    6
    Views
    2,687

    this is what i have now #include ...

    this is what i have now


    #include <stdio.h>

    int main(void)
    {
    int row;
    int column;
    int x;
  15. Thread: Full square

    by iLike
    Replies
    6
    Views
    2,687

    Full square

    I would like to make a program that reads in the side of a square (between 1 and 20) and prints it out of (+ or - or * ). The simplest way possible, because im not that good at C++ yet.
Results 1 to 15 of 15