Search:

Type: Posts; User: ivo93

Search: Search took 0.01 seconds.

  1. Thread: graph problem

    by ivo93
    Replies
    1
    Views
    1,155

    graph problem

    Hello everyone.I have to write a program which returns the min(max) key values ​​of the peak for a given graph.So far I have been able to writte the part for adding/searching for a node and...
  2. Replies
    2
    Views
    2,048

    undefined reference

    The problem with the code is on line 14 and says undefined reference to `push(int)


    #include<iostream>
    using namespace std;
    void push(int n);
    int pop(int &n);
    struct elem{
    int key;
    ...
  3. Replies
    6
    Views
    1,324

    How about now ?Has the code become a little more...

    How about now ?Has the code become a little more easy to read(I need a second opinion)?

    #include<iostream>
    #include<string>
    #include<fstream>
    #include<stdlib.h>
    using namespace std;
    const int...
  4. Replies
    6
    Views
    1,324

    problam with initializer

    We did this program in class and i wanted see how will it run on CodeBlocks.But i got an error saying "expected initializer before 'void' on line 24".This is the first time i have this error.I try...
  5. Replies
    4
    Views
    1,026

    Thanks again for another good advice

    Thanks again for another good advice
  6. Replies
    4
    Views
    1,026

    Thank you std10093...

    Thank you std10093 and thanks for the link :D.I'm new to c++ so any advice that will help me learn and improve is more than welcome
  7. Replies
    4
    Views
    1,026

    Need help with a problem

    The progrem itself is working fine ,but i want to calculed the square and cubic number without having to manually input the square and cibic variable(a ,c ).I tried a few ideas but every time...
Results 1 to 7 of 7