-
Replied To a Post in Binary File Input Bug
you can't shift an 8-bit char by 24 bits (line 20). What are you trying to accompolish? Why do any shifting at all? If you're attempting to read a 4-byte … -
Replied To a Post in overloading +operator to concat string
>i also understand this but how to concatenate two or more string usin operating overloading Did you study the code in this thread? The OP created a class similar to … -
Replied To a Post in Pirated Window XP
See the article in the link I posted. The answer: long after you're dead. -
Replied To a Post in What is the difference between MessageBox.Show and MsgBox
[MessageBox](http://msdn.microsoft.com/en-us/library/system.windows.forms.messagebox.aspx) is from the .NET framework and can ben called by any of the .NET languages. [MsgBox ](http://msdn.microsoft.com/en-us/library/139z2azd(v=vs.90).aspx)is older VB only. -
Replied To a Post in Bad Grammar
>"lay" can also be a past-tense of the very "to lie" Actually, laid is the past tense of both lay and lie ([link](http://www.chompchomp.com/rules/irregularrules02.htm)). "Yesterday I was sick, so I **laid** … -
Stopped Watching Microsoft confirms it's dropping Windows 8.1 support
According to [this article](http://www.infoworld.com/t/microsoft-windows/microsoft-confirms-its-dropping-windows-81-support-240407), Microsoft will no longer issue security updates to Windows 8.1 if you don't install the update path. >Since Microsoft wants to ensure that customers benefit from … -
Replied To a Post in Pirated Window XP
>They can install pirated Window XP into thier computer. Wrong. Ending support does not end Microsoft's copyright ([link](http://www.copyright.gov/help/faq/faq-duration.html)). >it is alright or not to install pirated Windows XP Not. You … -
Replied To a Post in Write C++ program to implement following instructions.
Done. Next problem. -
Replied To a Post in Access Denied Error: Command Button to open a PDF
Maybe you need admin permissions to do that. Move the pdf file somewhere else such as c:\temp and see if the problem goes away. -
Gave Reputation to sepp2k in Using a parsing algorithm to generate a list of tokens?
You do not use parsing algorithms to generate a list of tokens. The list of tokens is the input to the parsing algorithm. The output of the algorithm is generally … -
Replied To a Post in Using a parsing algorithm to generate a list of tokens?
>my assignment code is not commented (in hindsight that was a mistake) and I do not understand it anymore. I can't tell you the number of times I've heard that … -
Marked Solved Status for system.numerics namespace not recognized
I'm using VS 2013. I want to use the system.numerics.biginteger structure but VS says there is no such namespace as system.numerics! According to MSDN there should be. What am I … -
Replied To a Post in system.numerics namespace not recognized
Ah, that was the problem. Just went to Project -- Add Reference and selected System.Numerics. -
Replied To a Post in why switch to windows 8
>It reminds me of what happened with "New Coke". Anyone else remember that? Yes, I remember it well, and what a big fiasco that was. Soon after that incident it … -
Replied To a Post in system.numerics namespace not recognized
>Also, be sure to reference System.Numerics.dll in your project a See my original post -- it doesn't like` Imports System.Numerics` And as you can see from my second post .NET … -
Replied To a Post in Microsoft confirms it's dropping Windows 8.1 support
Microsoft is not going to support 8.1 either if you install service updates manually. >This means that Windows 8.1 users - starting patch Tuesday in May 2014 and beyond - … -
Replied To a Post in help
And your question is?? Please post the code you have written. -
Replied To a Post in why switch to windows 8
>Because Window 8 got longer lifecycle support than Window 7. Where did you get that from? -
Replied To a Post in Arrays in C++
I could have sworn that I've seen this posted in DaniWeb C++ forum void foo(int n) { int ay[n]; ... ... } I'm reading "The C++ Porgramming Language, 4th edition", … -
Replied To a Post in system.numerics namespace not recognized
Both VS and Programs & Features of Control Panel say I have vesion 4.5 Microsoft Visual Studio Professional 2013 Version 12.0.21005.1 REL Microsoft .NET Framework Version 4.5.51641 Installed Version: Professional -
Created system.numerics namespace not recognized
I'm using VS 2013. I want to use the system.numerics.biginteger structure but VS says there is no such namespace as system.numerics! According to MSDN there should be. What am I … -
Replied To a Post in Bad Grammar
In English only living breathing things have gender, inanimate objects and plants do not so they are referred to as "it". "Where is the table? It is moved. And the … -
Began Watching Microsoft confirms it's dropping Windows 8.1 support
According to [this article](http://www.infoworld.com/t/microsoft-windows/microsoft-confirms-its-dropping-windows-81-support-240407), Microsoft will no longer issue security updates to Windows 8.1 if you don't install the update path. >Since Microsoft wants to ensure that customers benefit from … -
Created Microsoft confirms it's dropping Windows 8.1 support
According to [this article](http://www.infoworld.com/t/microsoft-windows/microsoft-confirms-its-dropping-windows-81-support-240407), Microsoft will no longer issue security updates to Windows 8.1 if you don't install the update path. >Since Microsoft wants to ensure that customers benefit from … -
Replied To a Post in rvalue reference won't invoke move constructor
I understand why the move constructor is called when a function returns a class, such as CreateA(), but why isn't the move constructor called when a class is passed by … -
Replied To a Post in why switch to windows 8
If you think Windows 8 is bad, try Win95, Win98 and WinMe. Those were some real horror stories. -
Replied To a Post in Implementation of a Vector of structures in C
>can I cast the return type of malloc (void *) to another type ( Struct Switch *) You can cast the return value of malloc() to anything you want, but … -
Replied To a Post in Implementation of a Vector of structures in C
>Is this the right way to call the newVector function for instance ? No. #include "Vector.h" typedef struct tagSwitch { int a, b; } Switch; int main(int argc, char* argv[]) … -
Replied To a Post in Implementation of a Vector of structures in C
You have several syntax errors. Here are the corrections. Note that the return value of malloc() can't be typecase to something called `data`. In C language a typecase of void* … -
Replied To a Post in why switch to windows 8
I don't see all the fuss about that metro screen, if you don't like it then don't use it. -
Replied To a Post in n-staircase problem
>i want a full code Sorry, you are not going to get it. We don't do people's homework for them. -
Replied To a Post in C++ Program error
>You need to have the input statements (lines 9,10) repeated at the end of the loop to get the next input from the user (insert after line 33). The data … -
Replied To a Post in how to use access database in visual studio 13 c++
c++ language itself does not have an api for database access. As a beginner accessing any SQL compliant database is probably going to be very challenging. Before doing anything you … -
Replied To a Post in C++ Program error
you need to replace lines 8 and 9 with code that opens and reads a text file. Do you know how to read files? Also, delete line 2, there is … -
Replied To a Post in why switch to windows 8
>MS has changed 8.1 so it starts up on the desktop, Mine doesn't. It still starts on the metro screen. [edit]Nevermind, I figured it out how to do that. Google … -
Replied To a Post in Bad Grammar
I recall when I was in grade school my English teacher told is to always use "his" when gender was not known. That, of course, before it became politically incorrect … -
Replied To a Post in Euclid's game
post the code you have tried so that we can help you. Nobody here is going to write the whole thing for you. -
Replied To a Post in Bad Grammar
>But 'their' & 'his or her' are the same I disagree. "their" implies more than one person. The sentence you last posted would be the most correct. -
Replied To a Post in Problem Accessing Data Between Classes
storedValue on line 13 is an object of each instance of the class. Each instance of intCell has it's own copy of storedValue. The objects on lines 34 and 40 … -
Replied To a Post in Things I hate about TV shows
Dr Who is one of the longest running tv shows in history -- it's been running for over 50 years now. I used to watch it religiously every chance I … -
Replied To a Post in Bad Grammar
Just seen on Facebook: "Giving someone a ticket for texting could save their life". That sentence is just soooo wrong. -
Replied To a Post in libraries for ethernet communication
boost will be the most portable between MS-Windows, \*nix and MAC. I'm not familar with the other two. -
Replied To a Post in problem in accepting string via gets function in C
First, highlight the text you want to quote and press Ctrl+C (copy to clipboard) Next, in your post where you want the text to appear first insert > character then … -
Replied To a Post in problem in accepting string via gets function in C
Yes you're right. My first few attempts I couldn't even get a Hello World program to work! -
Replied To a Post in C++ error
Moschops already explained the error message over 8 hours ago. Either you failed to read it or didn't understand it. You have to have a function called main() in your … -
Replied To a Post in pointer to next address?
One situation is when accessing arrays of integers. This is just a very simple example. int array[10] = {1,2,3,4,5,6,7,8,9,10}; int* p = array; int i; for(i = 0; i < … -
Replied To a Post in pointer to next address?
>The second isn't being increased by 4 bytes from the ptr. Yes it is. 945c + 4 = 9460 (5c+1=5d, 5d+1=5e, 5e+1=5f, 5f+1=60) -
Replied To a Post in problem in accepting string via gets function in C
>Your indent style is needing big improvement. I'd hate to see his 1,000 line long program :) -
Replied To a Post in why switch to windows 8
One reason not to upgrade to Windows 8 is because a few programs that run ok on win 7 won't run on win 8, such as M$ Office 2010. I … -
Replied To a Post in rvalue reference won't invoke move constructor
The way I understand it your move constructor is not correct. The intent of the move constructure is to move data objects from one class to another, not to mearly …
The End.