STEAM GROUP
C++ Coders Cplusplus
STEAM GROUP
C++ Coders Cplusplus
0
IN-GAME
6
ONLINE
Founded
December 12, 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 Apr 23, 2020 @ 10:34am 
Haha I wrote in this group last time 4 years ago. : D

Time passes.
Daniel W 2.0 Nov 26, 2017 @ 3: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::♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥?!", "THR_MAIN->♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥", 0x00000000L | 0x00000010L);
switch(NO_Message) {
case IDOK:
main();
}
}

return EXIT_SUCCESS;
}
Wizard Nov 29, 2016 @ 10:53am 
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 Nov 15, 2016 @ 10:58am 
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 Aug 16, 2015 @ 3:42pm 
Yup, pretty dead group. :D
two thousand six hundred Oct 5, 2014 @ 5:01pm 
*assumes this is a dead group*
VIEW ALL (16)
GROUP MEMBERS
Administrators
Members
0
IN-GAME
6
ONLINE
0 IN CHAT
Enter chat room
Founded
December 12, 2010