User Profile

Collapse

Profile Sidebar

Collapse
samimmu
samimmu
Last Activity: Sep 22 '09, 12:07 AM
Joined: Mar 3 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • donbock
    donbock posted a Visitor Message for samimmu
    You said you have a question about for loops. I suggest you post your question as a new thread.
    See more | Go to post

  • samimmu
    replied to For loops
    in C
    i have a question can i ask you ?...
    See more | Go to post

    Leave a comment:


  • samimmu
    replied to For loops
    in C
    actually i tried but it is not working very well, anyways, i have a question?
    See more | Go to post

    Leave a comment:


  • samimmu
    samimmu posted a Visitor Message for minduser
    hye bro... can u help me plz in one assignment.. i have posted the code n have a little problems..
    See more | Go to post

  • samimmu
    replied to For loops
    in C
    it will be called only once but if u want to call tat function more than one then you need to specify...
    See more | Go to post

    Leave a comment:


  • samimmu
    replied to problems with list link..
    in C
    hello.. anybody can do a little help...



    any ?
    See more | Go to post

    Leave a comment:


  • samimmu
    replied to problems with list link..
    in C
    then tell me please how to figure it out...

    i tried to make it

    Node=head->next; it also the same

    please help me...
    See more | Go to post

    Leave a comment:


  • samimmu
    replied to problems with list link..
    in C
    that what i did but when i try to input to the file, i coudn't input to the file, it give white message?


    can u try to compile it and tell me the error please

    i really need your help urgently

    thank you very much


    Sami Alkindi...
    See more | Go to post

    Leave a comment:


  • samimmu
    replied to problems with list link..
    in C
    i know.. but not really familiar with it.. i tried the last time but it looked messy..


    thank you anyways for reminding me...


    Can you try to help with that..


    i will really appreciate your help if you can help.....
    See more | Go to post

    Leave a comment:


  • samimmu
    replied to problems with list link..
    in C
    actually the companyt.ccp is the first one

    i will make them bold is it okey? please look at it clearly

    thank for your response.. i really really appreciate it

    Bold means each file and header cpp

    Full code removed per posting guidelines...
    See more | Go to post

    Leave a comment:


  • samimmu
    replied to problems with list link..
    in C
    actually the code is all there.. the main program and the list.h and the assignment...


    i wish u can copy and paste the whole programs and make them in one project because i am using Dev++...


    thanks

    anybody there can help...


    why people here don't help...

    why.......
    See more | Go to post

    Leave a comment:


  • samimmu
    started a topic problems with list link..
    in C

    problems with list link..

    i have wrote a program which consist of three parts. list.cpp, list.h. and company.cpp

    i tried to figre it out but i couldn't. the problem is i can not input into the file, i gives me white message.. which is logical errors, i couldn't figure it out... anybody there can help...


    please help


    this is assignment.cpp

    Full code removed per posting guidelines
    See more | Go to post

  • samimmu
    replied to Issue in For loop
    in C
    yeah exactly as you said. i should output like the way you said.... i wish i can help by writing up on that code......
    See more | Go to post

    Leave a comment:


  • samimmu
    started a topic Issue in For loop
    in C

    Issue in For loop

    Code:
    #include <iostream>
    #include <iostream>
    #include <string>
    #include<cctype>
    
    using namespace std;
    int main()
    {
        int i,j,k;
        
     
                         
        for(i=0; i<8; i++)
        {
           for(j=0;j<i;j++)
            {
                cout<<'\t'<<"*";
            
                 }
    ...
    See more | Go to post

  • samimmu
    replied to debugging
    in C
    honestly; i am not familiar with classes even my programing experience or skill not really enough good. i just started studying c++. so i tried that out and i wanted to get ur view about it, your view would help me alot


    thank you so much for ur reply, i hope u can teach me more to learn about classes...
    See more | Go to post

    Leave a comment:


  • samimmu
    started a topic debugging
    in C

    debugging

    hey guys. please i need your help urgently. your help is highly appreciated. actually i have done this code for my assignment but unfortunately i couldn't run, particularly when i press the 1 to add data the program terminated, i wish you guys can do me a little favor by debugging this code and send it to me back.....

    thank you



    Full code removed per Posting Guidelines
    See more | Go to post

  • samimmu
    started a topic convert to c++ statement
    in C

    convert to c++ statement

    this is the code down is my code, i use c statement but i want to convert it to c++ statement, anyone can help:



    Code:
    	struct dtbs blankdtbs = { 0, "", "", "", "", ""};
    See more | Go to post
    Last edited by AdrianH; Apr 29 '07, 12:10 PM. Reason: Removed entire code and left what I figured was being asked about.

  • samimmu
    replied to Having difficulty creating and using classes.
    in C
    i wish u can get my wants or requirement, actually here i can not create a file and cin the information for each students, i want the size to 100, but unfortunately i can not use the for loop

    #include<iostre am>
    #include<fstrea m>
    #include<string >
    #include<iomani p>
    using namespace std;

    const int size=10;
    int main()
    {

    ifstream...
    See more | Go to post

    Leave a comment:


  • samimmu
    replied to Having difficulty creating and using classes.
    in C
    [ i need more than one file. i have 100 students, so i need to create a file for each one of them which can show their names,avarages marks,] thank you so much

    Regards

    Alkindi...
    See more | Go to post

    Leave a comment:


  • samimmu
    replied to Having difficulty creating and using classes.
    in C
    thank you, actually my requirement is to create a file for 100 students and display in the file the avarage marks for each student and his name,and make the the user to edit some of his informations...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...