-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Ok. here's the operations i successfully code so far thank's to your help:
Adittion:
polinom operator+(const polinom& P) const
{
polinom Result;
constIter i = poly.begin(), j = P.poly.begin();
while (i != poly.end() && j != P.poly.end()) { //logic while both iterators are…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Ok. here's the operations i successfully code so far thank's to your help:
Adittion:
polinom operator+(const polinom& P) const
{
polinom Result;
constIter i = poly.begin(), j = P.poly.begin();
while (i != poly.end() && j != P.poly.end()) { //logic while both iterators are…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Alright so i am not even sure if this is possible
I have a q_00 and q_01 and q_02 which are all in my stored procedure.
then on the bottom i have 3 select statements
that select a certain catagory for example Sales,Net Sales and INS sales
What i want to be able to do is if the user types exec (name…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Alright so i am not even sure if this is possible
I have a q_00 and q_01 and q_02 which are all in my stored procedure.
then on the bottom i have 3 select statements
that select a certain catagory for example Sales,Net Sales and INS sales
What i want to be able to do is if the user types exec (name…
>>> More
-
as seen on Geeks with Blogs
- Search for 'Geeks with Blogs'
On 8th Dec 2009 Microsoft announced the formation of a new organization within the Server & Tools Business that combines the Windows Server & Solutions group and the Windows Azure group, into a single organization called the Server & Cloud Division (SCD). SCD will deliver solutions that…
>>> More