VLSI UNIVERSE

Showing posts with label scripting. Show all posts
Showing posts with label scripting. Show all posts

Reading from a file in tcl

›
It is very common to read from and/or write to a file in any programming language. In tcl also, one frequently uses file operations. read ...

C function that converts hexadecimal value to decimal value.

›
Hexadecimal to decimal conversion is something that is often needed in hardware. Below functions can be used for hexadecimal to decimal con...

Interesting programming quiz : Array Bound Read Error

›
Problem: Can you figure out what is wrong with following piece of code? #include <iostream> int main() {       int a[5] = {1,...
›
Home
View web version
Powered by Blogger.