Forum: C
Mar 14th, 2007, 3:46 AM
|
|
Replies: 2
Views: 175
Return type - main() / ISO C standard
The ISO C++ standard clearly wants the return type of main to be int, so there is no conflict there.But quoting from the link given below,ISO C standard doesn't say so...
|
Forum: C++
Feb 5th, 2007, 9:13 AM
|
|
Replies: 1
Views: 136
substitute : getch()
What is the substitute for getch() for inputting a character without an echo?
getch() isnt a part of the standard,so what is the alternative?
and also what is the substitute of getpass() ?
|
Forum: C++
Feb 5th, 2007, 8:22 AM
|
|
Replies: 1
Views: 142
Operator Precedence
Quoting the book Thinking in C++,
while((char c = cin.get()) != 'q')
The addition of the extra parentheses would seem like an innocent
and useful thing to do, and because you cannot use them,...
|
Forum: C++
Feb 4th, 2007, 11:23 AM
|
|
Replies: 3
Views: 178
|
Forum: C++
Oct 8th, 2006, 12:56 AM
|
|
Replies: 4
Views: 204
|
Forum: C
Jul 7th, 2006, 1:38 PM
|
|
Replies: 5
Views: 225
|
Forum: HTML / XHTML / CSS
Jul 4th, 2006, 1:27 PM
|
|
Replies: 4
Views: 229
|
Forum: HTML / XHTML / CSS
Jul 4th, 2006, 11:05 AM
|
|
Replies: 4
Views: 229
File upload in firefox
Hi!
I am using a browse for file element in a form .
I am submitting it to a JSP page where I would be writing the code to upload that file.
This works fine in IE but in Firefox I get only the...
|
Forum: Java
Jul 3rd, 2006, 5:15 AM
|
|
Replies: 4
Views: 135
|
Forum: Java
Jul 3rd, 2006, 5:00 AM
|
|
Replies: 4
Views: 135
|
Forum: Java
Jul 3rd, 2006, 4:07 AM
|
|
Replies: 4
Views: 135
slow Jsp
I am making a small website in JSP that interacts with the database<MS access>.I am using Tomcat and running the website on localhost. When I open it , It works fine for sometime but as I browse...
|
Forum: Java
Jun 22nd, 2006, 1:05 PM
|
|
Replies: 8
Views: 203
|
Forum: Java
May 25th, 2006, 7:53 AM
|
|
Replies: 3
Views: 241
flushing input buffer
how can the input buffer be flushed ??
wats the function and its syntax?
thank you!!
class MenuD
{
public static void main(String args[])
throws java.io.IOException
{
char choice;
|
Forum: C++
May 14th, 2006, 11:20 AM
|
|
Replies: 5
Views: 194
|
Forum: C++
May 14th, 2006, 8:56 AM
|
|
Replies: 5
Views: 194
Processor Exception Error!!
#include<iostream.h>
#include<iomanip.h>
#include<fstream.h>
int main()
{
char *buffer1 ,*buffer2;
int i=0,j=0;
fstream f;
char ch;
|
Forum: Java
May 11th, 2006, 12:17 AM
|
|
Replies: 2
Views: 236
Starting with J2EE
I have learnt C/C++.
Now I want to do J2EE!The problem is that I havent learned Java : the prog. language!Would it be feasible?
How much of knowlegde of Java prog lang is required to do j2EE?
|
Forum: Java
Apr 10th, 2006, 9:27 AM
|
|
Replies: 2
Views: 240
|
Forum: C++
Apr 4th, 2006, 10:07 PM
|
|
Replies: 3
Views: 210
|
Forum: C++
Mar 30th, 2006, 8:55 AM
|
|
Replies: 3
Views: 149
|
Forum: C++
Mar 30th, 2006, 8:30 AM
|
|
Replies: 3
Views: 149
Get and put file pointers
Do the get and put file pointers shift simulataneously ??
For eg if I shift the position of the get pointer , does the put pointer shift simultaneously n vice versa???
Pls tell if the cases for the...
|
Forum: C++
Mar 28th, 2006, 6:40 AM
|
|
Replies: 17
Views: 512
|
Forum: C++
Mar 27th, 2006, 9:05 AM
|
|
Replies: 17
Views: 512
|
Forum: C++
Mar 27th, 2006, 8:30 AM
|
|
Replies: 17
Views: 512
|
Forum: C#
Mar 26th, 2006, 12:45 AM
|
|
Replies: 3
Views: 197
|
Forum: C#
Mar 26th, 2006, 12:37 AM
|
|
Replies: 3
Views: 197
optimal number of hours for C#.net course
Pls tell me the optimal no of hours required for a C#.net training program/course.
<<I have never worked on the .Net framework>>
Also pls guide which of two C#.net/VC++.net has better prospects in...
|