statement

  1. deepakgates

    Syntax error in UPDATE statement

    Hey im trying to update field password in a access database but obviously i cant thats why i am here here goes my effort end then error on da.update statement says "Syntax error in UPDATE statement."
  2. icekid

    Blue Screen at Shut Down

    I am using Windows 7. Intel Core 2 Duo. 2GB RAM. I have Microsoft Security Essentials as my Anti-Virus. I don't find any problem with the system. But when I shut down, after the process a blue screen comes up and the system restarts. After I get into the desktop it shows the following message...
  3. RCuber

    Conditions in CSS

    Hi guys, I need some help in CSS. I have a table in which the row values are something like this ------------------ |YES|NO| |NO|NO| |NO|YES| ---------------- I want to make the forecolor for "YES" as green and "NO" as red. how can this be achived in CSS. if there any if else...
  4. T

    switch case in C

    hi every1.. how to implement constant expressions using switch statements in C?like we implement expressions using if statement if(a<b+c) or if((a<b)&&(b<c))........ how can we do it using switch case(rather than implementing constant or character values)?
  5. anshul

    Bloodshed help!

    I am using Bloodshed Developer C++ 5.0 beta for C programming and wanted to know that is there any tutorial or help page for the list of statements that are available in it. Because I am thinking of plunging into graphics design and window design but it does not have a graphics.h file(just one...
  6. kushal.7

    concept not clear

    hi frnds, acc to FAST TRACK of jan 2008, it is given on page no. 124 (second last line) that (1) "A computer can connect to a maximum of 127 usb devices direclty or by using hubs." nd on page no. 34 last paragraph it is given that (2) "A maximum of 24 logical drives can be created, since each...
  7. N

    help for the following statement

    can please any one tell me what is the meaning of the below statement 1) Account acc; 2) Account acc = new Savings Account; can the second statement be applied for abstract classes as i have heared abstract classes cannot be instantiated but we can create objects:confused: :confused...
  8. °

    Mobile phones for Youth: A necessity or Style statement?

    Well yeah that's the topic. I for one think that it is a necessity as 'we' can stay in touch with our family and friends when alone. It even teaches us the basics of money management. But some people say they are harmful to health. I guess there is some negative point in everything. Style...
  9. slugger

    ?using single printf statement to print 2 answers?

    I am trying to print out two calculated values using a single printf statement, but am unable to do so. The part of the program where I am trying to do this looks like this printf ("The answers are %f and %f\n", floatpt1, floatpt2); where the 2 float point values have alredy been...
  10. praka123

    Built-in Vista probing tools exposed

    Built-in Vista probing tools exposed Author: Tim Smalley Published: 3rd Jul 2007 Softpedia has exposed more than 60 Windows Vista features and services that collect data - only 20 of them are fully disclosed in the Windows Vista Privacy Statement...
  11. fun2sh

    What is a null statement in C language?

    hi guys today my first sem computer exams got over. one question in paper was WHAT IS A NULL STATEMENT? how it is useful? can some1 tel me the ans. i wrote a statement followed by double semi colon where second semi colon acts like a null statement. m i right? koi to batao bhai log
  12. desertwind

    Working with Javascript and ASP

    I want to call a js function on the onClick event of a checkbox, which is written inside an asp snippet. this is the code Response.Write "<input type=checkbox name=idxModify checked=true value='"&objRS("ID")&"' onClick="checkValue()" >" it gives me "unexpected end of statement" error by...
  13. vandit

    C++ programming

    cout.setf(ios::fixed,ios::floatfield) The above was a statement which I came accross a program of doing ouput formattings. Actually I am not able to figure out its use.... I refered the E Balaguruswamy book, but no use. There was only the example given and in this example if we dont't...
  14. P

    Comparision Request on the Linux Brands...

    Hi Guys! Could anyone be kind enough to give a comparision statement on the Brands of Linux..... including.... Fedora Core3, PCQ2005, Mandrake10.1, Suse 9.1 Please give a statement keeping the fact in mind that it should work on a 64bit machine....
  15. A

    I got a JAVA Problem

    Hello Everybody Why following Commented Statement JAVAC cannot compile ?? public class Unicode { public static void main(String[] args) { //char a = '\u007'; /*char b = '\u007'*/; } } It is understandable that Unicode escape should...
Top Bottom