Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

How to Convert string to an int?

We can convert the string to an int by using following methods: 1. Convert class 2. Parse method 3. TryParse method 4. A custom method   1.Convert class This method is used to convert one datatype to another datatype. Convert class contains

Find the maximal of maximum sum of contiguous subarray by deleting no more than one elemnent?

You're given an array of N integer numbers. The maximal sum of the array is the maximal sum of the elements of a nonempty consecutive subarray of this array. For example, the maximal sum of the array [1, -2, 3, -2, 5] is 6 because the sum of the

C program to show the implementation of array of pointers to strings...

/*=========================== Program to sort the strings in an array of pointers to strings =======/ /============================ By :Bipin Gosain ============================/ ============================= Date :27-5-2016 ===================

Send email in PHP with HTML Template

Hi Reader's, Welcome to FindNerd, today we are going to discuss how to send email in PHP. In web applications sending email is a very important feature.  PHP provides a built-in mail() function for creating and sending emails to one or mo

Conversion of binary value to an integer

Description: Given an array of one's and zero's convert the equivalent binary value to an integer. Eg: [0, 0, 0, 1] is treated as 0001 which is the binary representation of 1 Examples: Testing: [0, 0, 0, 1] ==> 1 Testing: [0, 0, 1, 0]

How to Call Parametrized Method from LibraryCollection Class to Main Class

Hi Everybody!!  I am working on library management system project. Below is my LibraryCollection class. I would like to call my checkOutMaterial() method in the main class.  I need help on how to call the method.  Any help would be a

How to calculate the ranking for students in a classroom using arrays only and sorting techniques

Hi there. I have a task to Calculate the ranking for students in a classroom. For example, if Remi's score is 14, Yan's score is 2 and Maria's score is 20 then Remi's ranking is 2 since he has the second-highest score, Yan'

cURL request problem

Hello, do people know anything about cURL queries? When I execute a query, I get back only a part of the HTML code of the page. When I compare the request with the HTML code directly on my browser, I notice two problems: - Some sections are missing

how to run this program in do while loop

Hi, I want to run the below program in do while loop, please help me. #include<stdio.h> int main() {     int num;     char another;          do     {         printf("enter the number");         scanf("%d", &num);         printf("the squar

Using Predefined template in MVC

In MVC for performing various operations we can use the predefined templates for the execution of the program easy.   For the basic operation like binding the gridview we can use the list template for it.         I h

1 26 156
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: