Search:

Type: Posts; User: isarapearl

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,067

    got it. thank you for helping

    got it. thank you for helping
  2. Replies
    2
    Views
    1,067

    Newbie need help

    i need to produce a program which display Odd and Even number. User must be able to enter how many time the program loop.

    example:
    Enter loop: 2

    Enter Selection: o
    Enter Input 1: 1
    Enter...
  3. Thread: Question

    by isarapearl
    Replies
    1
    Views
    689

    Question

    Found this code on one of the topic. would u mind to explain what actually the code do :confused:



    string Change_me(string my_string)
    {

    for(int i = 0; i <my_string.length(); i++)...
  4. Replies
    26
    Views
    2,847

    It seems this topic has became a war field. Why...

    It seems this topic has became a war field. Why did you guys keep on argue about linked list anyway ?? i don't get it at all. Anyway thank you for all the reply. i really appreciate it.
  5. Replies
    26
    Views
    2,847

    Thx for the answer. I get it now. Since...

    Thx for the answer. I get it now.


    Since this is only for testing only, i didn't really put my attention into the naming :D .



    I don't have any other choice since i'm a student and i...
  6. Replies
    26
    Views
    2,847

    Linked List Question

    Hi There, this is my code



    #include <iostream>
    #include <string>
    using namespace std;

    struct node
    {
  7. Replies
    6
    Views
    1,831

    hm....ok i get it. i've solved my problem ...

    hm....ok i get it.
    i've solved my problem
    thank you for helping me.
  8. Replies
    6
    Views
    1,831

    i tried this before and i got a pop-up message...

    i tried this before and i got a pop-up message saying that my program had encountered problem and i had to close
  9. Replies
    6
    Views
    1,831

    Sorry ssharish, but i'm a newbie and i don't get...

    Sorry ssharish, but i'm a newbie and i don't get what r u trying to say. can u explain it again in a simpler way ??

    thx.
  10. Replies
    6
    Views
    1,831

    If Statement

    Hi all. this is my code



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

    struct student
    {
    char name[20];
  11. Replies
    3
    Views
    890

    Thank you for u'r help

    Thank you for u'r help
  12. Replies
    3
    Views
    890

    file problem

    Hi all.
    this is part of my code



    FILE *fp;
    fp = fopen("test.txt", "w");

    system ("cls");
    printf("How many employee info do you wish to enter? ");
Results 1 to 12 of 12