STEAM GROUP
C++ Coders Cplusplus
STEAM GROUP
C++ Coders Cplusplus
0
IN-GAME
5
ONLINE
Founded
12 December, 2010
ABOUT C++ Coders

C++ Coding!

#include <iostream>
int main()
{
std::cout << "Hello! \n This group is a place for coders interested in or already programming in C++ to meet up on steam!";
std::cin.get();
return 0;
}
POPULAR DISCUSSIONS
VIEW ALL (4)
RECENT ANNOUNCEMENTS
Evolution!
What's Everybody Up To?
19 Comments
Wizard 23 Apr, 2020 @ 6:34pm 
Haha I wrote in this group last time 4 years ago. : D

Time passes.
Daniel W 2.0 26 Nov, 2017 @ 11:58pm 
#include <Windows.h>

int main() {
const unsigned short DEF_Message = MessageBoxA(NULL, "THR_MAIN -> INFORMATION::C++_IS_THE_BEST_CODING_LANGUAGE!", "THR_MAIN->INFORMATION", 0x00000004L | 0x00000030L);

switch(DEF_Message) {
case IDYES:
exit(0);

case IDNO:
const unsigned short NO_Message = MessageBoxA(NULL, "THR_MAIN -> ERROR::YOU_♥♥♥♥ING_WHAT?!", "THR_MAIN->HOW_♥♥♥♥ING_DARE_YOU", 0x00000000L | 0x00000010L);
switch(NO_Message) {
case IDOK:
main();
}
}

return EXIT_SUCCESS;
}
Wizard 29 Nov, 2016 @ 6:53pm 
I found out:
Writing
Type t ();
Creates an instance of Type "Type" with name "t". Creating an instance without new, means we use automatic storage handling.
While
Type t = new Type();
would use dynamic storage allocation, which requires deletion of the object.
Wizard 15 Nov, 2016 @ 6:58pm 
1) Initialize private constant variable outside of their class?
2) Does c++ has static/instance concept? I can just write
Type t;
and use it.

Hm. :steamhappy:
76561198060923780 16 Aug, 2015 @ 11:42pm 
Yup, pretty dead group. :D
Oberheim 6 Oct, 2014 @ 1:01am 
*assumes this is a dead group*
VIEW ALL (16)
GROUP MEMBERS
Administrators
Members
0
IN-GAME
5
ONLINE
0 IN CHAT
Enter chat room
Founded
12 December, 2010