Click here to Skip to main content
15,881,898 members

Articles by Caner Korkmaz (Tip/Tricks: 4)

Tip/Tricks: 4

RSS Feed

Average article rating:

No articles have been posted.

Average blogs rating:

No blogs have been submitted.

Average tips rating: 4.26

Batch
23 Aug 2011   Updated: 23 Aug 2011   Rating: 2.46/5    Votes: 3   Popularity: 1.17
Licence: CPOL    Views: 21,262     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Creating Your Own Command Prompt Like Visual Studio Command Prompt
General Programming
Internet
15 Aug 2011   Updated: 15 Aug 2011   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: CPOL    Views: 47,321     Bookmarked: 11   Downloaded: 0
Please Sign up or sign in to vote.
How to open the Internet browser from code.
Programming Languages
C++
19 Aug 2011   Updated: 25 Aug 2011   Rating: 4.83/5    Votes: 6   Popularity: 3.76
Licence: CPOL    Views: 51,734     Bookmarked: 7   Downloaded: 0
Please Sign up or sign in to vote.
C++ -> Drawing Rectangles to Console
Javascript
21 Aug 2011   Updated: 15 Nov 2011   Rating: 4.75/5    Votes: 4   Popularity: 2.86
Licence: CPOL    Views: 11,311     Bookmarked: 0   Downloaded: 0
Please Sign up or sign in to vote.
For debug use, you can do something like this:#ifdef DEBUG #define dprintf(...) printf(__VA_ARGS__)#else #define dprintf(...)#endif//Usage:dprintf("In debug mode.");//orchar *foo = "foo";dprintf("%d bar.",foo);// :)/*Edit reason :: *if you type...

Average reference rating:

No reference articles have been posted.

Average project rating:

No projects have been posted.
Student
Turkey Turkey
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.