"No bird can fly without opening its wings, and no once can love without exposing their hearts." — Mark Nepo
InfiniteMethods

C/C++/Data Structures

Home C/C++/Data Structures

FAQs or Interview Questions on Data Structures

  • February 26, 2014
  • C/C++/Data Structures
  • 0 Comments

Here are some of the interview questions on data structures that are frequently asked in companies.Hopefully this post might help some one to crack their interview What is data structure?   A data structure is a way of organizing data that…

Read More→

Display Date and time in a Windows program using C

  • February 25, 2014
  • C/C++/Data Structures
  • 0 Comments

To get the date and time in a Windows program, you should call the standard C library functions time() and localtime() or some derivative (asctime(), ctime(), _ftime(), gmttime()). These functions are compatible with both DOS and Windows. You should never…

Read More→

Program to display Animated Bitmap in C

  • February 25, 2014
  • C/C++/Data Structures
  • 0 Comments

Sometimes you will run across a Windows program that entertains you through an animated bitmap. Bed not the culprit this task accomplished? One solution should be to create a timer event that switches the bitmap every second or two, thus…

Read More→

Understanding Concept of Dynamic Linking and Dynamic Link Libraries(.dll)

  • February 25, 2014
  • C/C++/Data Structures
  • 0 Comments

All Windows programs get in touch with the Windows kernel through a process often known as dynamic linking. Normally, with DOS programs, your programs are linked statically. Because of this your linker resolves all unresolved external function calls by attracting…

Read More→

Differentiating Exception handling and structured exception handling

  • February 24, 2014
  • C/C++/Data Structures
  • 0 Comments

Generally speaking, the distinction between a structured exception and exception handling is Microsoft’s implementation of exception handlers themselves. questionable “ordinary” C++ exception handling uses 3 statements further to the C++ language: strive, catch, and throw. the aim of those statements…

Read More→
Recent Posts
  • Anti-locking VB Script using Shell Object
  • Rewrite numbers as words using Core JAVA
  • Changing ec2 instance type on Amazon AWS
  • Sending Email using Amazon AWS SES
  • Uploading a file aws s3 using high level api TransferUtility
Categories
  • Amazon Web Services
  • ASP.NET
  • C/C++/Data Structures
  • Dot Net
  • Java
  • Linux/Unix
  • Networking
  • Oops
  • Scripts
  • Software Testing
  • Wordpress
Copyrights 2017 ADV Informatics. - All Rights Reserved!