Reviews, News, and How To Geeks

Download Our Windows 7 Tips!

Information

C/C++ Junkies

If C/C++ is your favorite programming language. Doesn't includ C#.

Members: 30
Latest Activity: Nov 18

Discussion Forum

kimboo king

How to think! 1 Reply

Started by kimboo king. Last reply by karunakar Nov 7.

JavaGuy147

Favorite C/C++ compiler 11 Replies

Started by JavaGuy147. Last reply by Andrew Dec. 21, 2008.

Comment Wall

Comment

You need to be a member of C/C++ Junkies to add comments!

karunakar Comment by karunakar on November 6, 2009 at 10:26pm
CPP:CppQuickRef.pdf
karunakar Comment by karunakar on November 6, 2009 at 10:25pm
Quick Refernce Cards:
c-refcard.pdf
Jan Ahmetspahic Comment by Jan Ahmetspahic on September 24, 2009 at 12:52pm
#include
using namespace std;

int main()
{
cout << "Im learning c++/n";
return o;
}
S. Gaines Comment by S. Gaines on April 20, 2009 at 6:27pm
#include
using namespace std;

int main()
{
cout << "I'm learning C++ currently." <<endl;
}
return 0;
Andrew Comment by Andrew on April 20, 2009 at 4:27pm
#include
#include
#include "conoi.h"
using namespace std;

#define ASSERT(x) \
if (! (x)) \
{ \
cout << "ASSERT::FAILED::" << __LINE__ << endl; \
} \
else \
{ \
cout << "ASSERT::SUCSESS::" << __LINE__ << endl; \
}

int main()
{
string x = "C++ ROCKS!";
ASSERT(x == TRUE);

getch()
return 0;
}

// I know that is not a proper assert...
//
//Andrew
Jacob S Comment by Jacob S on December 30, 2008 at 9:22pm
cout << "Programming rulez" <<endl;
Smogsy Comment by Smogsy on November 11, 2008 at 3:13am
#include

int main () {

printf("hello how are you lot\n im Learning C at the moment");

return 0;
)
Oliver Comment by Oliver on October 18, 2008 at 5:55pm
#include
using namespace std;

int main(){
for(int count = 0; count < 5; count++){
cout << "Hello geeks " << (count+1) << " times." << endl
}
return 0;
}
TheGratefulNed Comment by TheGratefulNed on October 18, 2008 at 5:48pm
#include

int main(void)
{
printf("Hello all!\n\nEven though I know C++ better, there will always be a special place in my heart for C.\nStudied it for a few years before C++ came out.");
return 0;
}
JavaGuy147 Comment by JavaGuy147 on October 15, 2008 at 3:26pm
haha nice to use a pointer for simple text output =P
 

Members (29)

JavaGuy147 Stanfizzle Tich de BlakHat_ Oliver TheGratefulNed toob Smogsy Eddie Ringle Andrew karunakar kimboo king memil Jacob Foster Watchout Octo prasanga Edvard Jacob S Paul Paul Paul Andrel Bi0hazard S. Gaines Pedro Remedios Jonathan Gorard Jan Ahmetspahic Yasmin Rob eman samir Randy
 
 

© 2009   Created by Chris Pirillo

Badges  |  Report an Issue  |  Privacy  |  Terms of Service