Skip to content
View titus-shoats's full-sized avatar

Block or report titus-shoats

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. bcbetav5 bcbetav5 Public

    C++ 1

  2. Passing pointers to objects Passing pointers to objects
    1
    #include "stdafx.h"
    2
    #include <iostream>
    3
    using namespace std;
    4
    
                  
    5
    void FreezeWindow();
  3. Returning multiple values with pointers Returning multiple values with pointers
    1
    #include "stdafx.h"
    2
    #include <iostream>
    3
    using namespace std;
    4
    
                  
    5
    void FreezeWindow();
  4. C++ Pass By References C++ Pass By References
    1
    #include "stdafx.h"
    2
    #include <iostream>
    3
    using namespace std;
    4
    
                  
    5
    void FreezeWindow();
  5. JUCE-Metronome JUCE-Metronome Public

    Simple Metronome using JUCE Framework

    C++ 3