Search:

Type: Posts; User: 4c0

Search: Search took 0.00 seconds.

  1. Thread: Aggregation

    by 4c0
    Replies
    1
    Views
    1,158

    Aggregation

    I dont understand why cDept did not destroy pTeacher?



    #include <string>
    using namespace std;

    class Teacher
    {
    private:
  2. Replies
    20
    Views
    2,290

    So does references take up memory space when i...

    So does references take up memory space when i use them as with parameter passing? It depends on the implementation?
  3. Replies
    20
    Views
    2,290

    I need an explanation about references

    Hello, i know some of the basic stuff about references...but what's going on here:



    #include<iostream>

    using namespace std;

    void foo(int& aa,int& bb){
  4. Replies
    3
    Views
    1,349

    Function returning *this pointer

    Hi, I'm new to C++ and OO programming and I have a question about this code:



    #include <iostream>
    using namespace std;

    class A{

    private:
  5. Thread: Arrays vs pointers

    by 4c0
    Replies
    1
    Views
    1,089

    Arrays vs pointers

    Hello everyone,im a beginner in C programming.I've read a lot about the differences between arrays and pointers and I'm pretty confused:confused:.
    First of all what is the name of an array???
    Is it...
  6. Replies
    10
    Views
    1,528

    Does anyone want to convert this?

    Does anyone want to convert this?
  7. Replies
    2
    Views
    2,016

    Resize console window

    How to change console resolution to 640x480 when application start in ubuntu using C?Is that possible with ncurses library?
  8. Replies
    10
    Views
    1,528

    Im new to C,sdl and i dont know c++,every...

    Im new to C,sdl and i dont know c++,every tutorial like this game that i found is written in c++.
  9. Replies
    10
    Views
    1,528

    Re-design simple game

    Hi,i need help to convert this simple game from C++ code to C..
    Blockbreak-lin.tar.gz
    Please help!!
Results 1 to 9 of 9