this is a program on C# arrays. I have no idea how to begin with it and no idea of how the logic will flow. plzz help me.
The aannual examination results of 100 students are tabulated as follows:
-----------------------------------------------------------------------
Roll No Subject1 Subject2 Subject3
-----------------------------------------------------------------------
...
User Profile
Collapse
-
thanks platter, u are a genius. bless u... -
hey guys, thank u thank u, i got my problem solved on my own!!!!
love u for being there for me.Leave a comment:
-
Overload Function
I have a problem with a simple operator overloading program. plz help. i have posted my question. this thread is just a banner to remind u guys! -
hey Plater,
now i got yr point, late realization. but even after implementing what u said , it is giving me teh error "No overload for method Vector takes 0 arguments" i am posting the code here with the changes implemented.
[code=cpp]
using System;
namespace n_overload1
{
class Vector
{
int x, y, z;
public Vector(int a, int b, int c)
...Leave a comment:
-
hey i did not get that. could u plz inculcate that in the code cos i am so dumb. actually i don't agree with u fully cos v3=v1+v2 and how can i initiliaze the constructor c1. i am all confused. i would highly appreciate yr reply. thanking u in anticipation....Leave a comment:
-
why isn't anybody replying to my question on operator overloading
hey guys,
plz help me by replying my thread. it is on operator overloading of + operator. look in the links , plz help meLeave a comment:
-
simple overloading of binary operator +
Code:
[code=cpp]
using System;
namespace n_overload1
{
class Vector
{
int x, y, z;
public Vector(int a, int b, int c)
{
x = a;
y = b;
z = c;
}
public static Vector operator + (Vector a, Vector b)
{
Vector c1;
c1.x = a.x + b.x;
c1.y = a.y + b.y;
c1.z = a.z + b.z;... -
hey firstly thanks for yr response. you were too technical , i mean i still don't know how to go about the problem as to what needs to be donce actually. i am new to sql server tooo....Leave a comment:
-
Actuallly if you will look below , the header of my query is "sql server access denied or does not exist." hey i will definitely be very greateful if u could try to help me. thanking u in anticipation.
manisha...Leave a comment:
-
hey pls answer my query
I'm waiting desperately for yr answers. plzzzzzzzzzzzzz zzzzzz help a dying soul!!!! plzzzzzzzzzzzzz zzzzzzzzzzzz -
sql server access denied or does not exist problem
hey guys plzzzzzzzzzzzzz zzzzzz help me. i am trying to do a simple program on C SHARP databases using sql server but i ma getting an exception , it requires open and available connection, sql server does not exist whereas the sql server icon on my task bar says that status is Running. plzzzzzzzzzzzz help. -
[QUOTE=Frinavale]>>Blush<< sorry should have know that :P[/QUOTE
yes, now the program got compiled but it is still giving me that same exeption as before. "SQL SERVER DOES NOT EXIST OR ACCESS DENIED".
now I have given up but I wanna really thank u for all ur efforts and time which u spent. bless u. thankssssssssss ssssssssss.
ManishaLeave a comment:
-
I am getting a compile time error this time, ofcourse i haven't reached the point where I could get the run time error like before, I guess I will get it again though. but the compile error is actualy simple enough but I couldn't do it.
"CANNOT IMPLICITLY CONVERT INT TO BOOL".
the line which gives the error is this,
1. bool res = false;
2. res= (myCommand.Exec uteNonQuery() =1);
...Leave a comment:
-
Actually it is still giving me that same exception, as before. the same connectivity problem as I have mentioned prior.
Manisha...Leave a comment:
-
Hey Frinny,
I was so exited that I did my set up again of sql server 2000, now with Windows Authentication which had no password and user name as the reqirement at all. i thought may be this authenticaton mode was creating the problem.. but it still did not work.
1) SqlConnection myConnection = new SqlConnection(" Data Source=localhos t;Integrated Security=SSPI;I nitial Catalog=northwi nd");
Is...Leave a comment:
-
Hi Frinny,
I was wondering how I can give the user name and password to my Mixed Mode now? my set is already over. i had given my password for the 'sa ' login though.
Manisha...Leave a comment:
-
based on what u said , this is what i did in the code , which unfortunately did not work.
1.SqlConnection myConnection = new SqlConnection(" data source=localhos t;initial catalog=northwi nd;user id=sa;password= sql");
and yes today i was following the steps written in the book and managed to set up sql server 2000 because it had got corrrupted it seems. i am equally new to sql too.
and rite now...Leave a comment:
-
wow, in that case i am very lucky to have a pro around!!
but i am a dumbo , i did not understand much of the reply u had sent me, it was quiet technical and i am quiet new. welll in this code whatever is marked in comments // was actually what u are asking me to do again. i had put the user name and password b4. currently i have written this code in console application....Leave a comment:
-
hey Frinny,
what happened, am I actually disturbing u at work ? actually i am so anxious to know the reply that I can stop myself....Leave a comment:
No activity results to display
Show More
Leave a comment: