-
Edited AVL Trees
For reference: http://en.wikipedia.org/wiki/AVL_tree I remember having touched these briefly in my CS Fundamentals 3 class, now some 5 years ago. Haven't touched them since. Does anyone use these on a … -
Created AVL Trees
For reference: http://en.wikipedia.org/wiki/AVL_tree I remember having touched these briefly in my CS Fundamentals 3 class, now some 5 years ago. Haven't touched them since. Does anyone use these on a … -
Began Watching AVL Trees
For reference: http://en.wikipedia.org/wiki/AVL_tree I remember having touched these briefly in my CS Fundamentals 3 class, now some 5 years ago. Haven't touched them since. Does anyone use these on a … -
Began Watching Features c++11 what not supported in 2012 visual studio
Hi can any one tell me please does visual studio 2012 support any features of c++11? Or only in 2013 version? -
Replied To a Post in Features c++11 what not supported in 2012 visual studio
http://en.cppreference.com/w/cpp/compiler_support http://cpprocks.com/c1114-compiler-and-library-shootout/ http://wiki.apache.org/stdcxx/C%2B%2B0xCompilerSupport Hope this helps. -
Began Watching how to use non standard c++ libaries
im using windows 7 64bit along with codeblocks and mingw and im trying to use non standard c++ libaries such as SDL , allegro and sfml but when i link … -
Replied To a Post in how to use non standard c++ libaries
Sarkund has a good answer, but let me add to that. Sometimes there are external dependency issues like audio codecs that aren't immediately obvious. I believe SFML has some. Keep … -
Replied To a Post in Ruin the above poster's wish.
Granted. The Storm Troopers allow you and your Gungan padawan to pass unharmed. I wish I could forget Emo Vader's "NOOOOOOOOOOOOOOOOOOOOOOOO..." (Honestly, if Lucas had saved that catharsis just seconds … -
Began Watching TASM add operation
Here is the simple program for addition when running in tasm it gives some garbage value and I cannot figure out what is the error hi Please any help will … -
Replied To a Post in TASM add operation
If you really want to convert the number to a string, you can do this: Since you're using the Borland Turbo Programming set, you could write a simple snippet in … -
Began Watching Assembly Language which uses BIOS interrupt INT 21 to read system time
Need a Program in assembly language which uses BIOS interrupt INT 21 to read current system time and displays it on the top-left corner of the screen. shahhussainit@gmail.com -
Replied To a Post in Assembly Language which uses BIOS interrupt INT 21 to read system time
Here, lmgtfy. Moving the text cursor: http://lmgtfy.com/?q=dos+interrupt+text+cursor Site found in 10 seconds of visual scanning http://www.ece.msstate.edu/~reese/EE3724/labs.old/lab6/desc.pdf Printing the time. http://lmgtfy.com/?q=bios+interrupts+21h Site found in 10 seconds of visual scanning: http://www.shsu.edu/csc_tjm/spring2001/cs272/interrupt.html -
Began Watching Multiplying matrices using "double" threads
Hi! So, I made this code #include<iostream> #include<cstdlib> #include<pthread.h> using namespace std; const int m=6; const int n=5; const int s=5; const int r=8; const int num_thrd=3; class data{ public: … -
Replied To a Post in Multiplying matrices using "double" threads
Here's the code rewritten in a readable format. The main task is still incomplete. #include<iostream> #include<cstdlib> #include<pthread.h> using namespace std; const int m=6; const int n=5; const int s=5; const … -
Gave Reputation to ivan3510 in Multiplying matrices using "double" threads
Hi! So, I made this code #include<iostream> #include<cstdlib> #include<pthread.h> using namespace std; const int m=6; const int n=5; const int s=5; const int r=8; const int num_thrd=3; class data{ public: … -
Stopped Watching Anyone try a portable laser keyboard ?
Hi, I was thinking of trying this technology: http://www.celluon.com/products.php The good news is that I still type with 2 - 4 fingers...But, after all these years I am very fast … -
Began Watching Anyone try a portable laser keyboard ?
Hi, I was thinking of trying this technology: http://www.celluon.com/products.php The good news is that I still type with 2 - 4 fingers...But, after all these years I am very fast … -
Replied To a Post in Anyone try a portable laser keyboard ?
@happygeek: I remember seeing an article for these some 15 years ago when I was in high school. The article reviewed these exactly as you described - high wow-factor, but … -
Replied To a Post in Who's your favorite artist / band?
Gonna post another one: Bon Jovi: Bells of Freedom @diafol: Nice! I keep forgetting to check when they come to town. -
Marked Solved Status for Writing the same program in different languages
I'm trying to remember the name of a site - *pretty sure it was a wiki* - where you post different ways of writing the same program in different languages. … -
Gave Reputation to Hiroshe in Writing the same program in different languages
http://rosettacode.org/wiki/Rosetta_Code -
Created Writing the same program in different languages
I'm trying to remember the name of a site - *pretty sure it was a wiki* - where you post different ways of writing the same program in different languages. … -
Began Watching Writing the same program in different languages
I'm trying to remember the name of a site - *pretty sure it was a wiki* - where you post different ways of writing the same program in different languages. … -
Began Watching C++ GUI
I need an advanced resourse about C++ GUI. thanks... -
Replied To a Post in C++ GUI
@Hiroshe: I think you mean Cairo for #10, but otherwise, +1! for a nicely comprehensive list. Myself, most of my UI work is in GTK with a brief stint in … -
Began Watching Who's your favorite artist / band?
Post the **names** of your **favorite artist / band** and **Songs** of your **favorite artist / band** with the same letter as the 1st alphabet of name of The Band … -
Replied To a Post in Who's your favorite artist / band?
Matchbox Twenty/Mad Season -
Began Watching How to make games for creatives
Creative people do not like to write code. IS api's the way? which lanuage? what comination? -
Replied To a Post in How to make games for creatives
Game development for the attention deficient: http://www.sandboxgamemaker.com/ http://research.microsoft.com/en-us/projects/kodu/ http://unity3d.com/ https://www.unrealengine.com/products/udk/ -
Replied To a Post in Output to uppercase problem
Let me pull this snippet from a previous post of yours: mov si, offset string mov al, [si] cmp al, 'a' jl noconvert cmp al, 'z' jg noconvert sub al, … -
Began Watching Output to uppercase problem
I have a problem with my code. I suppose to input a string ans output to all caps. But then, I output is nothing.  TITLE LAB TUTORIAL 1 … -
Replied To a Post in Output to uppercase problem
Dear Young Sir, Allow me to impart some valuable advice to you. This wisdom will no doubt be instilled within your malleable young mind in years to come, but you … -
Gave Reputation to Hiroshe in How do I with Git: Designate a file to only update the first time.
This has less to do with git, and more to do with the portablility of a project. AFAIK, there is no way to not update one file (well, there might … -
Marked Solved Status for How do I with Git: Designate a file to only update the first time.
I've found that there are times when I need to pull down a repository, but when working with other people, there's always that certain file that holds particular user-specific customizations. … -
Replied To a Post in How do I with Git: Designate a file to only update the first time.
Well darn. Thanks, [@Hiroshe](http://www.daniweb.com/members/346168/Hiroshe). -
Edited How do I with Git: Designate a file to only update the first time.
I've found that there are times when I need to pull down a repository, but when working with other people, there's always that certain file that holds particular user-specific customizations. … -
Edited How do I with Git: Designate a file to only update the first time.
I've found that there are times when I need to pull down a repository, but when working with other people, there's always that certain file that holds particular user-specific customizations. … -
Created How do I with Git: Designate a file to only update the first time.
I've found that there are times when I need to pull down a repository, but when working with other people, there's always that certain file that holds particular user-specific customizations. … -
Began Watching How do I with Git: Designate a file to only update the first time.
I've found that there are times when I need to pull down a repository, but when working with other people, there's always that certain file that holds particular user-specific customizations. … -
Replied To a Post in Yo mama
I'm going to follow Ancient Dragon's lead on this one. (Never mind my Monty Python link from earlier.) Yo mama carried you for nine months. Thank her for that. Yo … -
Gave Reputation to Ancient Dragon in Yo mama
Yo mama is so gorgeous I went blind when I saw her. -
Created Archaic Email Validation Trivia
Once upon a time, I read somewhere in a book (whose name escapes me) that to PROPERLY validate an email address, the regex was somewhere in the neighborhood of 200 … -
Began Watching Archaic Email Validation Trivia
Once upon a time, I read somewhere in a book (whose name escapes me) that to PROPERLY validate an email address, the regex was somewhere in the neighborhood of 200 … -
Began Watching when to usee c++ over java?
when to use c++ over java? -
Replied To a Post in when to usee c++ over java?
How are you at remembering to garbage collect and release unnecessary resources? You'll build the application faster in Java. You'll run the application faster in C++. That's been argument for … -
Began Watching strcat question, declaring string within function crashing program
I'm playing with all the cstring and string functions, getting familliar with how they work. Below I have a function call to strcata, and all I'm doing is declaring a … -
Replied To a Post in strcat question, declaring string within function crashing program
Using the definition that any technology sufficiently advanced is indistinguishable from magic, C style strings are far less magical than C++ strings. With a C++ string, the sky (or rather, … -
Gave Reputation to Ancient Dragon in Game development
c++ is probably the most used by good game developers, but it's not the easiest. IMO the easiest would be VB.NET because it's graphics are much easier than other languages. … -
Gave Reputation to bogenbroom in Windows Devs Only: Should I learn Power Shell?
I use Powershell almost daily for system administration and automation. I know of some Dev shops that use Powershell to power their continuous integration and continuous deployment efforts. I work … -
Gave Reputation to rubberman in Windows Devs Only: Should I learn Power Shell?
I vote for subtropical gardening! At least it is warmer there than where I am right now (minus 3 F). That said, shell scripting is important if you are going …
The End.