Forum: Java Nov 11th, 2005 |
| Replies: 5 Views: 1,395 |
Forum: Java Nov 5th, 2005 |
| Replies: 5 Views: 1,395 |
Forum: Oracle Nov 5th, 2005 |
| Replies: 0 Views: 1,726 Java and Oracle hi friends,
I have an application web based. using Oracle backend and Java front end.
App server is in weblogic and Solaris os and two cpu with 8 applications.
DB server is oracle 8.1.7 on... |
Forum: Java Nov 5th, 2005 |
| Replies: 5 Views: 1,395 Java and Oracle I have an application web based. using Oracle backend and Java front end.
App server is in weblogic and Solaris os and two cpu with 8 applications.
DB server is oracle 8.1.7 on Solaris
This... |
Forum: Oracle Oct 15th, 2005 |
| Replies: 0 Views: 2,212 |
Forum: C Oct 7th, 2005 |
| Replies: 8 Views: 1,359 Re: C program please help hi naure,
main() <- was not intentional i agreed but others were. but i just overestimate the skill of a junior programming-student. i agree that i did wrong. and very sorry about that. thank... |
Forum: Windows 9x / Me Oct 5th, 2005 |
| Replies: 6 Views: 3,945 Re: windows memory map hi friend,
no i dont have any intention to crack Windows. but it is good to know an operating system's memory map. it may help u to code some utility progs.
regards
shaji |
Forum: C Oct 5th, 2005 |
| Replies: 8 Views: 1,359 Re: C program please help dear naure,
i respect u as a senior poster here. the code snippet i posted contains only 6 or 7 statements and as i said earlier it is a verysimple homework problem and the bugs are intentional.... |
Forum: C Oct 3rd, 2005 |
| Replies: 8 Views: 1,359 Re: C program please help hi naure,
we all know the question posted by this man is a very simple (seems he is currently attending his pre-degree course) home work.
what will happen if i posted the currect code for... |
Forum: Windows 9x / Me Sep 28th, 2005 |
| Replies: 6 Views: 3,945 Re: windows memory map hi friend,
each operating system has a predefined memory map.following is the DOS memory map(dos is real mode huhh?)
0-640 base memory(it contains IVT ,OS code etc)
640-1 mb extended... |
Forum: Windows 9x / Me Sep 27th, 2005 |
| Replies: 6 Views: 3,945 windows memory map hi friends,
pls help me by posting windows detailed memory map(protected mode)
thank u |
Forum: C Sep 27th, 2005 |
| Replies: 1 Views: 1,409 Protected Mode Memory Map hi friends,
please help me by posting the detailed memory map of windows operating system. actually i have posted the same question last week but no reply.
thank u |
Forum: C Sep 27th, 2005 |
| Replies: 8 Views: 1,359 Re: C program please help :)
//include directives
main()
{
int * num1;
float *num2;
printf("enter intiger number:");
scanf("%d", num1);
printf("enter float number:");
scanf("%f",num2); |