CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: ArdentAngel

Search: Search took 0.02 seconds.

  1. Replies
    19
    Views
    23,567

    Re: PHP array in C++ ?

    Finally made it. :)
    Well, I did started from scratch. First I created an "empty project" (not just ticking the box after you create a "Win32 Project" or "Win32 Console Application"), because sooner...
  2. Replies
    19
    Views
    23,567

    Re: Splitting the code to multiple files

    Thank you for not giving up on me that easily. I am very grateful. ;)

    The thing is, the whole program will be about 2 or more points of which at least one has a fixed position and great...
  3. Replies
    19
    Views
    23,567

    Re: Splitting the code to multiple files

    Could you please assist me? I keep getting errors like:

    error LNK2005: "class std::map<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,struct Point,struct...
  4. Replies
    19
    Views
    23,567

    Splitting the code to multiple files

    Thank you all. The code worked perfectly (and I got the hang of it that far). But now I want to split it to multiple header and cpp files. However I keep getting :

    error C2653: 'aa_physics' : is...
  5. Replies
    19
    Views
    23,567

    Re: PHP array in C++ ?

    No, but I did expect to discover by myself how to make the array look the way I asked here at the end. :)

    I knew at the very beginning that C++ is advanced language. I never even said that I am a...
  6. Replies
    19
    Views
    23,567

    Re: PHP array in C++ ?

    Thanks, that really helped. Now just to be clear: Why is in every function "return 0" command? (just to learn properly what you guys just pointed me out). I am a novice in C++. I thought it would be...
  7. Replies
    19
    Views
    23,567

    Re: PHP array in C++ ?

    But i am only thinking about holding data like coords or something, not some large amounts of sentences. Is there no kind of variable, like char (i tried lots of possibilities with that, but can't...
  8. Replies
    19
    Views
    23,567

    PHP array in C++ ?

    Hi, I have a question. How could I create an array that would in PHP look like this:


    $something['argument1']['argument2'] = "some data to store";
Results 1 to 8 of 10





Click Here to Expand Forum to Full Width

Featured