Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by _Treant

  1. T

    [SOLVED] C++, Abnormal Termination Error

    I got this code to find the nth character of a string: #include <iostream> #include <string> using namespace std; int main () { char ans; repeat: string str; char c; int n; cout<<"input: & number"; getline(cin,str); cin>>n; c =...

Part and Inventory Search

Back
Top