Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
A

aesthetic crazy

@aesthetic crazy
About
Posts
20
Topics
11
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • how to convert images through C++
    A aesthetic crazy

    Hi, i need to write a code which can convert a raw image to anyother desired format like BMP or JPEG etc.

    C / C++ / MFC c++ tutorial

  • shadow copy, deep copy and bitwie copy by constructor
    A aesthetic crazy

    what is a bitwise copy in c++ done by default constructor and what is shadow copy and deep copy ?

    C / C++ / MFC question c++

  • what is the type of this pointer and also object?
    A aesthetic crazy

    downcast or upcast? A is at higher level in hierarchy.

    C / C++ / MFC question tutorial

  • what is the type of this pointer and also object?
    A aesthetic crazy

    Hi, when i write the following, kindly guide me that the type of pointer *p and also the type(A or B) of object made in the same line (line 3). Class A {} Class B : public A {} main () { A *p = new B; // line 3 }

    C / C++ / MFC question tutorial

  • what is wrong with this code?
    A aesthetic crazy

    i have a code from one of my past papers n it was asked to put the reason that what was wrong with that code. i looked on it very much but didnt find any problem. following is the code, kindly tell me even if there is any efficiency or any other drawback in this code. class A { int *pi; public: A() { pi = new int; } };

    C / C++ / MFC question help

  • problem in this little eg
    A aesthetic crazy

    plz somebody tell me whats the problem with this little example? i get an error Error 1 error LNK2019: unresolved external symbol "public: __thiscall B::B(void)" (??0B@@QAE@XZ) referenced in function _main #include <iostream> using namespace std; class A { public: A(); ~A(); }; class B : public A { public: B(); ~B(); }; int main() { A *p; p = new B; // ... delete p; }

    C / C++ / MFC help tutorial question

  • "Binary not found" Eclipse strange error
    A aesthetic crazy

    yes, n it is eclipse itself i guess

    C / C++ / MFC c++ help question

  • "Binary not found" Eclipse strange error
    A aesthetic crazy

    Hi, whenever i run any code of C++ in Eclipse, it says binary not found??

    C / C++ / MFC c++ help question

  • How to make indentation in less time??
    A aesthetic crazy

    Is there any automated way of doing indentation in my lengthy code?? i mean is there any option available in eclipse or either in Netbeans??

    Java css tutorial question

  • C++ compiler needed plzzzz
    A aesthetic crazy

    I have installed Netbeans for C++ but i think it requires a separate installation of compiler also, kindly guide me from where can i download a free compiler of C++ for NetBeans IDE 6.9.1 (Build 201007282301)

    C / C++ / MFC c++ visual-studio tutorial

  • operator ":" new for me in C++
    A aesthetic crazy

    ok, then what is going on here please? class A { public: A() { cout << "(1)"; } A(A &a) { cout << "(2)"; } }; class B { A a; public: B() : a() { cout << "(3)"; } :confused: }; … B b; B b2(b);

    C / C++ / MFC c++ question

  • operator ":" new for me in C++
    A aesthetic crazy

    i want to know what is ":" operator in C++ called. i know how it is used in access specifiers but i saw something new for me. destructor.hpp class A { int i; public: A(); // A(int a);// ~A(); // }; destructor.cpp #include "destructor.hpp" #include <iostream> using namespace std; A::A() : i(0) // WHAT IS ": i(0)" ?, WHAT IS ":" MEAN HERE ? :confused: { cout << "default constructor of A" << endl; } A::A(int a) : i(a) { cout << "constructor of A(" << i << ")" << endl; } A::~A() { cout << "Destructor of A (i=" << i << ")" << endl; }

    C / C++ / MFC c++ question

  • which simulator/editor is good for JAVA
    A aesthetic crazy

    I have this version of eclipse but i didnt find Debug single step option anywhere, kindly guide me. Eclipse IDE for Java Developers Version: Helios Service Release 1 Build id: 20100917-0705

    Java java learning

  • which simulator/editor is good for JAVA
    A aesthetic crazy

    is there any software through which i can understand the flow of any code? or can have any diagrammatic view?

    Java java learning

  • which simulator/editor is good for JAVA
    A aesthetic crazy

    i want to study a code, a difficult n lengthy code, n was wondering if there is any option in any of these through which i can run the code step by step (simulator will run each step of the code n stop n then run the next one, like breakpoints) to get a better understanding of my program/code flow? which one is suitable n what is the name of such option?

    Java java learning

  • which simulator/editor is good for JAVA
    A aesthetic crazy

    Hi, m a beginner for java, n i wanna know which simulator/editor is good for doin java programming plz.

    Java java learning

  • Need urgent help in assignment of JAVA, any idea suggestion plz
    A aesthetic crazy

    what is processing in the third part? i need to know some idea about how to proceed further after parsing.

    Java java help tutorial question

  • Need urgent help in assignment of JAVA, any idea suggestion plz
    A aesthetic crazy

    bro, no we dont know any python. but htis is our assignment in java only.

    Java java help tutorial question

  • Need urgent help in assignment of JAVA, any idea suggestion plz
    A aesthetic crazy

    no, this is a JAVA assignment.

    Java java help tutorial question

  • Need urgent help in assignment of JAVA, any idea suggestion plz
    A aesthetic crazy

    Need urgent help in assignment of JAVA, any idea suggestion plz I need help in my JAVA assignment plz. kindly guide me any technique/idea to do the following. m not at advance level of programming. i already have the initial part of my assignment completed which is to make a simple command line calculator. this is the next part. The program should take function definitions and those definitions can be used in future expressions for eg: def add(x,y)=(x+y) >>> ok def inv(x)=1/x >>> ok inv(add(2,2)) >>> ans : 0.25 Also four additional commands: show; to prints all de?nitions on screen save flename; to save all defnitions in a fle load flename; to load all definitions from a fle delete funname; to delete the defnition corresponding to the function named funname

    Java java help tutorial question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups