Search:

Type: Posts; User: Projectkmo

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    5,704

    do...while loop in C programming

    It often needs to repeat a piece of program as a condition is true (such as the precision of a calculation is insufficient). C offers the following two structures for this:

    The do-while statement...
  2. Replies
    2
    Views
    1,581

    Re: Switch Statement in PHP

    A single expression (most often a variable) is evaluated once. The value of the expression is compared with the values for each case in the structure. If there is a match, the code associated with...
  3. Replies
    2
    Views
    1,581

    Switch Statement in PHP

    PHP switch statement is used when one of the several options or a groups of options are to be executed based on some conditions. We can use several PHP if conditions with php if else but this is a...
  4. Replies
    2
    Views
    2,238

    Re: What is Threading in C# Programming?

    To incorporate threading in your C# code, simply create a function to be executed outside the main thread and point a new Thread object at it. The following code example creates a new thread in a C#...
  5. Replies
    2
    Views
    1,741

    Re: Calculator Programme in C #

    rivate void bttnD2_Click(object sender, System.EventArgs e)
    {
    AddToArray(bttnD2);

    }

    private void AddToArray(Button bttn)
    {
    //Step[1]
    m_value += bttn.Text;
  6. Replies
    3
    Views
    1,341

    Re: Which is easy to learn ASP Or PHP ?

    .NET pages, known officially as "web forms", are the main building block for application development.[8] Web forms are contained in files with an ".aspx" extension; in programming jargon, these files...
  7. Replies
    0
    Views
    1,124

    How to protect SQL injection attack

    The only way to prevent these attacks is at the level of programming. If it is well done, they are normally allowed. So ... what are the rules of programming
    to take into account?


    First, avoid...
  8. Replies
    5
    Views
    6,445

    Re: Game of life in C#

    Here is the code for Game of life in C#




    using System;
    using System.Collections.Generic;
    using System.ComponentModel;
    using System.Data;
    using System.Drawing;
  9. Replies
    3
    Views
    760

    Re: Emergency help needed for 642-871

    642-871 ARCH and certmagic you will get info about institutes.
  10. Replies
    0
    Views
    2,706

    Triggers in SQL

    A trigger is a block of code that constitutes a set of T-SQL statements that are activated in response to certain actions .A stored procedure that executes when data in a specified table is modified....
  11. Replies
    2
    Views
    813

    Re: How defragment my SQL server

    I have no idea. But what are fragmented data on a secondary hard drive. If you travel to all other disc and you surrender, it will not be fragmented ... Finally after me. That may be a little dork...
  12. Replies
    3
    Views
    952

    Database Access One of set modules control...

    Database Access

    One of set modules control database access. Using PHP with MySQL has become common enough that the MySQL interface is now part of core PHP instead of a plug-in module. Most other...
  13. Replies
    2
    Views
    1,421

    Linux Kernel 2.6.27 released

    Linux kernel 2.6.27 was released last night by its father, Linus Torvalds - "So not a lot happened after -rc9, which is mostly good. I certainly don't want to have any upheavals at the end of an -rc...
  14. Dividing up the odd square root of N will be tested

    Algorithm 3: Dividing up the odd square root of N will be tested

    Dividing up the odd square root of N will be tested


    /************************** \

    * * xyz_abc3.c
    \...
  15. Dividing peers will not be tested, research is limited to odd dividers

    Algorithm 2: Dividing peers will not be tested, research is limited to odd dividers


    /************************** \

    * * xyz_abc1.c
    \ **************************/

    / * Algorithm:...
  16. Check whether an integer is a prime number in C

    A prime number is an integer, which is divided only by 1 and itself.

    Algorithm 1: dividers between 2 and N-1 will be tested


    /************************** \
    * * xyz_abc1.c
    / * Algorithm:...
  17. Replies
    4
    Views
    1,737

    The term comes from the a Greek story of the...

    The term comes from the a Greek story of the Trojan War, in which the Greeks give a giant wooden horse to their foes, the Trojans, ostensibly as a peace offering. But after the Trojans drag the horse...
  18. Microsoft Unveils Visual Studio 2010 and the .NET Framework 4.0.

    Microsoft Corp. today provided the first look at the next version of its developer tools and platform, which will be named Visual Studio 2010 and the .NET Framework 4.0. Microsoft described the next...
  19. The Core 2 Duo is Intel's second generation...

    The Core 2 Duo is Intel's second generation (Hence, Core 2) processor made for desktops and laptops designed from the ground up to be fast while not consuming nearly as much power as previous CPUs,...
  20. Replies
    5
    Views
    10,893

    Hi word-break:break-all, at present, is IE...

    Hi

    word-break:break-all, at present, is IE only.
Results 1 to 20 of 21
Page generated in 1,713,535,969.82940 seconds with 15 queries