Search:

Type: Posts; User: Chibisco

Search: Search took 0.00 seconds.

  1. Replies
    9
    Views
    4,613

    Can you help me correct the memory standard to...

    Can you help me correct the memory standard to c++. I'm used to c, just starting to learn c++
  2. Replies
    9
    Views
    4,613

    I intend to use both

    I intend to use both
  3. Replies
    9
    Views
    4,613

    Thank you John. The value of the 1st index is...

    Thank you John.
    The value of the 1st index is constant 1 then subsequently, others follows the sequence.
    however, it is mandatory I use dynamic memory for this.
    Also this condition must hold (AL –...
  4. Replies
    9
    Views
    4,613

    Recursion with C

    Hello, good day all.

    I have been reading recursion for sometimes now but I can't still find a way to solve my problem. I want to store the values of this sequence (1/X^2, 1/X^3, 1/X^4.........) in...
  5. I Modified the code

    I have modified the code with you help and it compiled but it prints no result found on the screen but nothing in the file F2. Then there is actually data in the file F1. what could be the cause?

    ...
  6. I need help with working with files & structures C

    Hello,

    Please pardon my low level of knowledge in C, I have had sleepless night for this yet no solution, I decided to seek here. My aim is to read from a file which contains person's data and...
  7. Replies
    5
    Views
    11,343

    My learning material has always been about...

    My learning material has always been about integer functions. My function is not implemented well that is why I'm looking for help
  8. Replies
    5
    Views
    11,343

    ok I understand but my problem is how to declare...

    ok I understand but my problem is how to declare a function that accepts character and string and how to call it. I'm only familiar with integer. I'm still new to this
  9. Replies
    5
    Views
    11,343

    Returning String and Char from a Function

    The is my code which is working, however, I want to convert everything to function but having difficulties.


    #include <stdio.h>#include <math.h>
    #include <stdlib.h>
    #define N 20


    int main...
  10. Replies
    3
    Views
    6,401

    Little Help Needed

    The code is running well but I have two issues.
    Firstly, from the 3rd printf command, when I input a character, it jumps to the next instruction without me clicking enter.

    Secondly, I'm trying to...
  11. Replies
    3
    Views
    7,119

    Still waiting

    Still waiting
  12. Replies
    3
    Views
    7,119

    Need Help on Function In C

    Hello Smart ones,
    I want to include a function at the (print)output of this code like (void output int) so that i will call it in main function. It is difficult for me. I already have 2 simply...
  13. Replies
    4
    Views
    4,920

    Thank you. You are The best. I have a code...

    Thank you. You are The best. I have a code already but It is ok now.15868
    Can I have a means of communicating with you like from facebook or WhatsApp.
  14. Replies
    4
    Views
    4,920

    This is what I get. Note the value of A is 0.1....

    This is what I get. Note the value of A is 0.1.
    x1 should be 0.1 not 0.3

    15867
  15. Replies
    4
    Views
    4,920

    I need help with a little calculation on C

    Hello smart ones,
    Please I want to perform this calculation and save it in a variable 'x'. like
    X1. A
    X2. A+H
    X3. A+H+CH
    X4. A+H+CH+C^2H
    X5. A+H+CH+C^3H .....etc
    to 15 times
    and save it in...
Results 1 to 15 of 16