Search:

Type: Posts; User: hka26

Search: Search took 0.01 seconds.

  1. Thread: seg fault

    by hka26
    Replies
    1
    Views
    1,511

    seg fault

    Hi

    I am writing classes for a card game and trying to use vector for my deck. However when i run the program, it spites out seg fault.

    The place where seg fault appears is in this function

    ...
  2. Replies
    1
    Views
    1,254

    makefile question

    Hi

    I have some basic questions about makefile. The makefile I wrote looks like this



    CC = g++
    target = card.exe

    all : $(target)
  3. Replies
    3
    Views
    2,121

    normal and random access iterator

    Hi

    I have a question regarding to iterators

    I have a class which looks like this



    class CardItem{
    public:
Results 1 to 3 of 3