Search:

Type: Posts; User: salmanriaz

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Thread: problem

    by salmanriaz
    Replies
    2
    Views
    922

    problem

    Hello everyone,I have a problem regarding doubly linked list.I have to do an opeartion on doubly linked list that if I delete a node from any point,then it should assign a space over there.Here,I am...
  2. Replies
    7
    Views
    926

    thankyou sooo much.It really solved the problem.I...

    thankyou sooo much.It really solved the problem.I wonder why i was not looking this one:)..but anyways thanx for the help:)
  3. Replies
    7
    Views
    926

    it print the data of list2 correctly but in the...

    it print the data of list2 correctly but in the checking of data,program hang up.
  4. Replies
    7
    Views
    926

    here is my code int...

    here is my code



    int getarticle(Node<string> A)
    {
  5. Replies
    7
    Views
    926

    std::string class

    std::string class
  6. Replies
    7
    Views
    926

    simple probloem

    Hello everyone,i have a simple regarding doubly linked list.I have two doubly linked list in which data of string type is stored.I gave to just check that whether the two data ae same or not?I have...
  7. Replies
    5
    Views
    1,735

    exactly,i want to work on C++ and here,i just to...

    exactly,i want to work on C++ and here,i just to have an idea from you guys about any text processing projects in my data structures course.
  8. Replies
    5
    Views
    1,735

    Text Processing!!

    Hello everyone,I am going to make a project on text processing like thing.Means that i have to take a piece of text and perform any operations on them like clustring,summarizing,HTML parser, and...
  9. Replies
    2
    Views
    1,121

    stack library??

    Hi everyone,I am in trouble in solving ackermann function..The is like this:

    int Acker(int m, int n)
    {
    if (m == 0)
    return (n + 1);
    else if (n == 0)
    ...
  10. Replies
    5
    Views
    3,515

    its done!!thanx

    its done!!thanx
  11. Replies
    5
    Views
    3,515

    Here is what my maze look like X 0 C 0 0 C...

    Here is what my maze look like


    X 0 C
    0 0 C
    C 0 M

    I have to start from "M" and should reach to "X".But my code runs only for single path.
  12. Replies
    5
    Views
    3,515

    backtracking!!

    HELLO EVERYONE, I have an assignment question in which i have to find all the poosible solution to solve a maze.I need to build the algorithm through recursion.I have done it for single path but now...
  13. Thread: problem!!

    by salmanriaz
    Replies
    3
    Views
    1,779

    ok.i will ty this.

    ok.i will ty this.
  14. Thread: problem!!

    by salmanriaz
    Replies
    3
    Views
    1,779

    problem!!

    Hello,I have an assignment question and I cant understand it properly.Can anyone of you help me?Here is the question...

    An N x N square consists of black and white cells arranged in a certain way....
  15. Replies
    4
    Views
    1,066

    thanx:)

    thanx:)
  16. Replies
    4
    Views
    1,066

    problem in handling double pointers!!

    hello,
    I am in a problem in creating an array of dynamic memory.This is a program of 2D array which is handled by double pointers.If i have a 3*3 matrix then, for this I have three pointer...
  17. Thread: checkers!!

    by salmanriaz
    Replies
    0
    Views
    3,364

    checkers!!

    hello!

    I am working on my project and making checkers game.Uptill now i have just uploaded checkers board image and interface mouse.The problem is that how could i select a particular position(x,y...
  18. Replies
    9
    Views
    3,917

    Thanx medievalelks problem done but only for...

    Thanx medievalelks problem done but only for single account.If I create two or more accounts,then function(details) in my code show the last entry.I know array should be used here but how?I dont...
  19. Replies
    9
    Views
    3,917

    hello, I have the same question but its not my...

    hello,

    I have the same question but its not my assignment.I am doing it for my personal interest.The problem in doing this is that,I want to show the account details from account number,but how...
  20. Replies
    38
    Views
    3,443

    this pointer?

    hello,

    I have two questions:

    1.What is the function of this pointer?

    2.Where it is used?Can we avoid to use it?
  21. Replies
    4
    Views
    1,014

    thanx Elysia its clear now...cheers

    thanx Elysia its clear now...cheers
  22. Replies
    4
    Views
    1,014

    problem in inheritance?

    hello,

    My question is that if I inherit a base class as protected in derived class,than am I allowed to use both getter and setter functions using protected members of base class in derived...
  23. Replies
    11
    Views
    1,976

    well i think that its not necessary that how you...

    well i think that its not necessary that how you are good at english or know that how to right a sentence and yes you are right that i am a college student but my problem is not that how to write a...
  24. Replies
    11
    Views
    1,976

    my teacher has given me this assignment and...

    my teacher has given me this assignment and deadline is very far from now about after 2-3 months but i dont know nuthin abt game programming wht abt snake ladder or draught is that easy to implement...
  25. Replies
    11
    Views
    1,976

    help me out plzz!!

    hii i hav my final project to build a game in C++..its on my choice if i use console programming or windows programming and in windows using directX or open GL and other also...plzz help me that...
Results 1 to 25 of 33
Page 1 of 2 1 2