Tech Forum - Technical Discussion Forum - Powered by vBulletin
  • Register
  • Help

Tweet

 Articles

 Blog

  • Home
    •  
  • Forum
  • Blogs
  • What's New?
  • Archive
  • Experience
  • Advanced Search
  • Home
  • Home
  • TF4U Articles

  1. If this is your first visit, be sure to check out the FAQ and BB Codes. You may have to Register before you can post. click the register link to proceed. If you have forgotten your password then click here. Registration is not Required if you are placing your requirements at "What You Need" Forum.
    • Loading
    • smith

      How To Use Java Strings In C? 

      by
      smith
      • View Profile
      • View Forum Posts
      • Private Message
      • View Blog Entries
      • View Articles
      • Give Away Points
      Published on 01-07-2012 07:43 AM  Number of Views: 180 
      Categories:
      1. C C++,
      2. JAVA

      Previous Article:- How To Use Java Arrays In C?

      Handling strings in Java differs from handling strings in C. A string in Java is encoded in Unicode. Conversely, C uses the Universal Character ...
      Read More Read More

      How To Use Java Arrays In C? 

      by
      smith
      • View Profile
      • View Forum Posts
      • Private Message
      • View Blog Entries
      • View Articles
      Published on 01-04-2012 07:24 AM  Number of Views: 169 
      Categories:
      1. C C++,
      2. JAVA

      Previous Article:- How To Use Java Primitive Datatypes In C?

      The JNI equivalent of an array is jarray. To access an array from a Java program in a C program, you must copy the array into ...
      Read More Read More

      How To Use Java Primitive Datatypes In C? 

      by
      smith
      • View Profile
      • View Forum Posts
      • Private Message
      • View Blog Entries
      • View Articles
      Published on 12-25-2011 12:41 PM  Number of Views: 229 
      Categories:
      1. C C++,
      2. JAVA

      Previous Article:- Steps To Call A C Program From Java?

      Datatypes in Java and in C are not directly related. When you call C programs from Java, you need to pass arguments and accept the ...
      Read More Read More

      Steps to Call a C Program from Java 

      by
      smith
      • View Profile
      • View Forum Posts
      • Private Message
      • View Blog Entries
      • View Articles
      Published on 12-25-2011 12:13 PM  Number of Views: 353 
      Categories:
      1. C C++,
      2. JAVA

      Previous Article:- How To Call C Program From Java?

      The steps used to call a C program from Java helps convert and generate forms that enable communication between C and a Java program. ...
      Read More Read More

      How To Call C Programs From Java? 

      by
      smith
      • View Profile
      • View Forum Posts
      • Private Message
      • View Blog Entries
      • View Articles
      Published on 12-25-2011 11:58 AM  Number of Views: 334 
      Categories:
      1. C C++,
      2. JAVA

      The Java Native Interface (JNI) enables you to integrate C programs and standard libraries with Java. All Java Development Kits (JDK), since the release of version 1.1, include the JNI.

      ...
      Read More Read More

      How To Keep A System Open For Long Duration Using Batch Script 

      by
      smith
      • View Profile
      • View Forum Posts
      • Private Message
      • View Blog Entries
      • View Articles
      Published on 10-30-2011 05:50 AM  Number of Views: 546 
      Categories:
      1. Windows

      Introduction
      This article is very useful in order to keep your system open/unlocked for long duration.
      Sometime in some of projects/process(more specific at the time of any Training or meeting) ...
      Read More Read More

      How To Implement Quick , Radix, Selection, Shell, Bubble, Insertion, Merge And Heap Sort In C? 

      by
      smith
      • View Profile
      • View Forum Posts
      • Private Message
      • View Blog Entries
      • View Articles
      Published on 04-08-2011 06:54 PM     Number of Views: 2467 
      Categories:
      1. C C++,
      2. Data Structure

      Program of sorting using quick sort through recursion
      Code:
      /*Program of sorting using quick sort through recursion*/
      #include<stdio.h>
      #include<conio.h>
      #define MAX
      ...
      Read More Read More

      Understanding Three Web-Design Philosophies--usability, multimedia, and mortised. 

      by
      smith
      • View Profile
      • View Forum Posts
      • Private Message
      • View Blog Entries
      • View Articles
      Published on 08-25-2010 01:32 PM  Number of Views: 1613 
      Categories:
      1. Web Design Theory

      One helpful way of understanding the more than 185 million estimated Web sites in the world today is to divide them into three distinct philosophies: usability, multimedia, and mortised. Depending on ...
      Read More Read More

      Overview of Web Development Today 

      by
      smith
      • View Profile
      • View Forum Posts
      • Private Message
      • View Blog Entries
      • View Articles
      Published on 08-22-2010 06:16 PM  Number of Views: 801 
      Categories:
      1. Web Design Theory

      Introduction

      The Web design industry is still relatively young compared with other industries. While it may be considerably more technologically advanced than it was more than a decade ...
      Read More Read More

      LAMP 

      by
      smith
      • View Profile
      • View Forum Posts
      • Private Message
      • View Blog Entries
      • View Articles
      Published on 06-10-2010 04:38 PM  Number of Views: 425 
      Categories:
      1. PHP

      Introduction


      If you are a webmaster, a web developer, or a company that is interested in running your own web server, look no further: LAMP is here. LAMP, which stands for Linux,
      ...
      Read More Read More
    • Currently Active UsersCurrently Active Users

      There are currently 58 users online. 4 members and 54 guests

      Most users ever online was 323, 11-23-2011 at 08:47 AM.

      1. ‎atri2k5,
      2. ‎pppp11,
      3. ‎reason,
      4. ‎richa bhuria
    • Enter your email address:

      Delivered by FeedBurner

    • Categories

      C C++ (38)
      Data Structure (3)
      HTML XHTML (11)
      J2EE/Applet (4)
      JAVA (19)
      Java Script (1)
      Mobile SW (2)
      MySQL (2)
      Networking (9)
      Operational Research (3)
      Oracle (6)
      PHP (4)
      Software Engineering (10)
      Unix/Linux (20)
      Web Design Theory (11)
      Web SW (1)
      Windows (2)
      Windows SW (4)
    • Latest Blog Entries

      Harsh

      How To Change Oracle User Passwords With PL/SQL Procedures (in 11g)?

      What do you do when you want to change the password of a Database user? The answers is "Alter User" statement. But in some cases it is important, that users can change their password interactively...

      Harsh 02-19-2012 07:18 PM
      Harsh

      How To Create A Trigger To Capture User Information On Logon?

      With the complexity in technologies the backend of any system is used widely by different profiles. A very large organization might have a central database where users login to record daily...

      Harsh 02-19-2012 12:24 PM
      Harsh

      How To Create A Trigger That Fires Before Drop Or Truncate On Table ?

      In an organization there are instances when you cannot make any mistake of dropping an important table accidentally. You need to make sure that a trigger is defined for preventing such mistakes....

      Harsh 02-19-2012 05:21 AM
      rishab

      Case Study: Application User Interface and Validation in Web designing Part3

      Interface 1)Add participating College Design a UI page / screen to capture the following details when adding a new participating college in NSEP system: College name, city (should allow...

      rishab 02-10-2012 09:04 AM
      rishab

      Case Study: Application User Interface and Validation in Web designing Part2

      Interface Designing 1)Add a new Bank Design a UI page / screen to capture the following details when adding a new bank in NSEP system: Bank name, branch location (assume that NSEP supports only...

      rishab 02-10-2012 09:01 AM
      rishab

      Case Study: Application User Interface and Validation in Web designing Part1

      Interface 1)Register Member Design a UI page / screen to capture the following details when registering a new member in NSEP system: Member name, gender, address, contact number, college, current...

      rishab 02-10-2012 08:58 AM
      angad

      Dot Net Code: Write A Program To Find Minimum Among Three Numbers

      //CONTEXT:-TO FIND THE MINIMUM AMONG THREE NUMBERS //ASSUMPTION:-NONE; //CONTRACT:-"Min(int,int,int)->int" //EXAMPLE:-Min(3,2,1)->1,Min(87,6,76)->6 //SPECIAL CONSIDERATION:-NONE /*PSUEDO...

      angad 02-04-2012 06:45 AM
    • Latest Posts

      siva28

      I Need EBOOK - ADBMS

      Hi friends ..,
      i need EBook - ADBMS Philipm.lewis arthur bernstein michel kiser book"Database Transaction processing"edition 2002

      siva28 Yesterday, 03:12 PM Go to last post
      hua052011

      Re: Pointers in C Interview Questions

      Hi

      This topic help me a lot in developing my project. I will contribute more when I finished it.

      hua052011 Yesterday, 01:17 PM Go to last post
      abhijeet1

      Re: Sr. Business Development Manager Opening

      Opening for Tech Support Engineer .
      Candidate should have more than 3 year of experience and have worked on and setting up Oracle.

      abhijeet1 Yesterday, 11:00 AM Go to last post
      samson23

      Civet Network for IT job market

      Civet.mobi is not a job site but an App;concept is interesting
      It’s a smartphone based hiring network.I registered on it and getting vacancies regularly.
      But you need to have a Android phone with...

      samson23 02-20-2012, 11:32 AM Go to last post
      Harsh

      Re: cut the word based on space

      Pleasure is all mine :smile:

      Harsh 02-20-2012, 07:06 AM Go to last post
      • Contact Us
      • Tech Forum - A Complete Website For Technical Articles, Blogs and Discussion Forum
      • Archive
      • Top
      All times are GMT. The time now is 04:26 AM.

      Content Copyright of Users, Anything Else © TechForum4U. All rights reserved.

      Powered by vBulletin® Version 4.1.8
      Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.
      Tabs System by vbSoporte - vBulletin en Español