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
N

NrmMyth

@NrmMyth
About
Posts
21
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • exception
    N NrmMyth

    myObject = new myClass(); But you have assigned myObject to an instance...

    C# help

  • exception
    N NrmMyth

    ZeeshanAhmedpk wrote:

    myClass myObject = null; myObject = new myClass();

    Why this?

    C# help

  • Unmanaged C++ DLL Calling
    N NrmMyth

    vitowong wrote:

    [StructLayout(LayoutKind.Sequential)] public struct MyArray3 { public MyArray2[] tempArray2; }

    Underlined should be also marshaled.

    C# help csharp c++

  • Cin and Cout- Class or object
    N NrmMyth

    my bad, weren't thinking also, i never used word "object" for "instance", personal opinion

    Managed C++/CLI c++

  • Cin and Cout- Class or object
    N NrmMyth

    cin is a class... well how do you percept a difference between class and object?

    Managed C++/CLI c++

  • Right shift/Left shift + 1's compliment concepts
    N NrmMyth

    NULL, every one-bit is shifted of the block.

    Managed C++/CLI

  • Defenition of library function
    N NrmMyth

    I think you can't find the definition because they are compiled into library files.

    Managed C++/CLI c++

  • Define interface / abstract class with constructor
    N NrmMyth

    Abstract classes can't be initialized, and constructors can't be virtual => no need for constructors. Abstract is a class-keyword...

    C# question help

  • How to cast pointer from one type to another type
    N NrmMyth

    Create a copy constructor

    Managed C++/CLI c++ tutorial announcement

  • To you ,smart ones.
    N NrmMyth

    At this moment if someone on Windows doesn't have .NET framework then that is mainly theirs problem...

    .NET (Core and Framework) question csharp

  • Char Array question
    N NrmMyth

    Everything is allocated on stack unless you explicitly allocate with new, malloc, realloc...

    C / C++ / MFC data-structures question json help

  • external dependencies
    N NrmMyth

    See "Dependancy Walker".

    C / C++ / MFC c++ visual-studio tools question workspace

  • Templates
    N NrmMyth

    I aplogize for every mental pain I caused. Please accept it.

    C / C++ / MFC wpf question

  • Templates
    N NrmMyth

    You gave an wrong information. I think that everyone has a right to correct you.

    C / C++ / MFC wpf question

  • Casting problem (String* to LPCVOID)
    N NrmMyth

    See System::Runtime::InteropServices::Marshal class.

    Managed C++/CLI help tutorial question

  • Templates
    N NrmMyth

    toxcct wrote:

    because T is assigned at runtime

    Templates ane not .NET generics. Compiler generates all specializations for used parameters. template class CLS; CLS aaa; CLS > bbb; At compile time, this will create double and vector specializations for template.

    C / C++ / MFC wpf question

  • Searching through a file [modified]
    N NrmMyth

    Load the file into memory and search then. It's easier and faster.

    Managed C++/CLI c++ algorithms tutorial

  • Problem with the pow( ) function [modified]
    N NrmMyth

    If you know nothing about function overloading just cast both parameters to (double) and it will compile. tempDistance += pow(((double)data[selectedInstance][k]-data[j][k]),2.0);

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

  • error LNK2019
    N NrmMyth

    well... don't know what to say

    C / C++ / MFC help question

  • error LNK2019
    N NrmMyth

    LCI wrote:

    Where do i start when figuring out an error LNK2019: unresolved external symbol ?

    MSDN...? It seems that the definition of getMyMap can't be found, if it's in another file make sure that you are linking with it.

    C / C++ / MFC help 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