On BNET: 3 worst things about the iPhone 3G S
2110 Resources for

c test

  • Subscribe to this listing via:
  • RSS
  • Email
C++Test
C++Test is a unit testing tool that automatically tests C and C++ classes, functions, or components without requiring developers to write a single test case, harness, or stub. With the click of a button, C++Test automatically performs static analysis of code using industry-wide coding standards, tests code construction (white-box testing),...
Tags: Parasoft Corp., C++Test, C/C++, Sun Solaris, Productivity, Linux, Microsoft Windows, Tools & Techniques, Programming Languages, Operating Systems, UNIX, Software Development, Software/Web Development, Software, Management
Software downloads
Assess a SQL Server database developer applicant's skills with this TSQL test
If a SQL Server database developer aces the verbal portion of the interview, a TSQL test is the perfect way to ascertain the true level of their programming skills. Tim Chapman presents 10 questions that will thoroughly test an applicant's TSQL expertise. Last week, I presented a list of...
Tags: Microsoft SQL Server, Tim Chapman, Databases, server, Sale Price, applicant, database, SQL Server Newsletter, Programming, TSQL, Enterprise Software, Software, Data Management
Technical articles 2006-10-23
C# Stream reader problem
hi alli am doing some job in c# using stream reader i am using streamreader file=new streamreader("c:/test.txt") but i m getting 'Could not find file exception'while file is exist there.........?Isn't it FileStream, not StreamReader. Here's an example: http://www.java2s.com/Tutorial/CSharp/0300__File-Directory-Stream/AFileReader.htmHope this helps.Well hopefully the forward slash is a typoYou'd be better...
Tags: .NET, Programming languages, streamReader, C#
Discussion threads 2008-04-22
VB.NET or C#: choose your weapon
The .NET Framework allows you to use your preferred language while offering most of the same features in VB.NET and C#. This article explores some of the subtle differences between VB.NET and C#. The debate over which language to use—VB.NET or C#—has been going strong since .NET was...
Tags: Microsoft Visual Basic.Net, C#, Tony Patton, .NET, Programming languages, Microsoft development tools, End Sub, .NET Newsletter, Microsoft .NET Framework, Data, Difference, Language, Software Development, Software/Web Development, Development Tools
Technical articles 2006-05-23
VBScript to open excel spreadsheet, update cell, save then close
Hi all,I'm trying to write a script that will open an excel spreadsheet, update a cell, save the spreadsheet and then close it.I get the following error when I run the script:Wrong number of arguments or invalid property assignment: 'objExcel.ActiveWorkbook.Save'Line 8, Code: 800A01C2I have noticed that it has opened Excel...
Tags: PRODUCTIVITY, Microsoft Excel, Microsoft Office, Microsoft VBScript, Excel spreadsheet, C: est.xls, objExcel.ActiveWorkbook.Save, objExcel.Workbooks.Add objExcel.Cells
Discussion threads 2008-04-09
Use C# and the .NET Framework to develop your own plugin architecture
This article is also available as a TechRepublic download.In theenterprise world you rarely come across any in-house application that willallow plugins to be written and imported without any changes to coreapplication code. I believe one of the reasons for this is that in the past itwas difficult to implement the...
Tags: C#, Microsoft .NET Framework, plug-in, Software engineering/development, Zach Smith
Technical articles 2006-11-28
Build Your Skills: Automate ping to test a range of IP addresses
Provides code explanations and scripting for a versatile ping automation tool that can handle multiple IP addressesIf you use the TCP/IP protocol on your network, chances are good that you’re familiar with the ping command. In this Daily Drill Down, I’ll show you how to develop a script that creates...
Tags: PRODUCTIVITY, Scripting languages, Network technology, NETWORKING, Greg Shultz, Ping Automation Tool, IP address, Microsoft Windows, IP, tool
Technical articles 2001-02-26
Take the test - The ISI Civic Literacy Test
ISI: Intercollegiate Studies InstituteTake the test, and compare your results to the average citizen AND to those who've held public office.First, take the test:http://www.americancivicliteracy.org/Then compare your score:http://www.americancivicliteracy.org/2008/additional_finding.htmlNo looking up the answers. And don't look at anyone's reply before you take the quiz, because some people might comment on some of...
Tags: Taxes, Free trade, tax
Discussion threads 2008-11-23
rename folder by having filename init
hi,i have made a DOS batch file which copies a date folder (like 08222008) into another server and makes a zip file on destination server (zip file from the copied folder 08222008 not the folder itself). The problem is i need to make a zip file on the basis of...
Tags: batch file
Discussion threads 2008-08-22
use wildcard to go to a directory
I have user directories that name different on each computer. The directory is "xxxxxxxx.default"Where the x's are random generated characters. I need to copy the same file to each of these directories. How can I use a wildcard in a batch file?It's simple. Use it! For example "copy something.txt c:*.defaultsomething.txt"Yes...
Tags: C: est1.default
Q&A 2006-07-17
Developing Desktop Applications in PHP for Beginners
Developing Desktop Applications in PHP for Beginners.Outline:1. Introduction.2. What is PHP-GTK?3. Where to get?4. How to test the Installation?5. Steps for executing a sample code.6. Some Interesting Websites on PHP-GTK.Introduction: We have been creating web-applications using PHP since it came into existence, Now we...
Tags: Scripting languages, Linux, Microsoft Windows, Programming languages, Operating systems, .NET, ahamedjais@..., Microsoft Corp., GTK, PHP-GTK, GTK+, PHP, GIMP, Java
Discussion threads 2007-10-26
IBM tops server speed test
Stay on top of the latest tech news with our free IT News Digest newsletter, delivered each weekday. Automatically sign up today!By ...
Tags: Servers, Processors, TPC-C, IBM Corp., server, IBM POWER5
Technical articles 2004-11-19
Use Cacls.exe to view and manage Windows ACLs
Changing the permissions on files or folders for multiple users and groups can be a major administrative nuisance. Luckily, the Windows command-line tool Cacls.exe can help, especially when used in batch files.Cacls.exe is a Windows NT/2000/XP command-line tool you can use to assign, display, or modify ACLs access control lists...
Tags: PRODUCTIVITY, Rick Vanover, Microsoft Windows, Cacls, Cacls.exe
Technical articles 2002-07-12
Creating logon scripts with KiXtart, part 4
In this final installment of his series of Daily Drill Downs on KiXtart, Richard Charrington examines the KiXtart commands and functions you use to manipulate strings.In part 1 of this series of Daily Drill Downs, I included background information on KiXtart, discussed common structures and commands, and provided several...
Tags: Richard Charrington, Kixtart, SUBSTR, Ltrim
Technical articles 2000-06-08
Printer Configuration
Can anyone remember how to print a test page on HP laserjet 4?Sure thingOpen notepad. Click the Start button, click Run. Type in "notepad" and press ENTER. But wait, don't type in the quotes, because you will get an error. A window should come up called, "Untitled -Notepad". Type in...
Tags: click run, File Name, networking, printer, Printer Configuration, Save, Start Button, walelawal@...
Discussion threads 2005-03-16
Set up a .Net test server
Before you can begin exploring C# or changes in VB, you'll need to set up a test .Net server. These tips show you how to get a box up and running with a test database..Net is Microsoft's new framework for Internet development, yet most public discussion has focused on C#,...
Tags: .NET, Application servers, Middleware, C#, Microsoft Windows 2000, Operating systems, Microsoft .NET, Microsoft IIS Server, Microsoft Windows, server
Technical articles 2001-07-17
BATCH/SCRIPT FILES COMMAND
I have a batch file that runs at a command prompt that goes along the lines of:cd testdel *.*I need this to run without any user intervention but as you'll know doing a del *.* then stalls the batch file as it waits for the user to push Y to...
Tags: /f /q /s, /Q, DOS, Mozster, POSTER, windows
Q&A 2006-02-24
Creating JUnit test cases
Automated testing tools like JUnit make it easier to perform regular, reliable unit testing. See how you can create test cases and test suites for JUnit so that you can keep coding errors to a minimum.JUnit is a Java framework for performing unit tests on code. By testing code after...
Tags: Jamie Scheinblum, JUnit, test case
Technical articles 2002-03-14
MOVE command is giving me
I need to create a batch file to move large (10GB+) directories around off hours.I wanted to test my commands so I created a test folder and tried to move it from one server to another. When dragging and dropping through windows explorer it works, but when going through...
Tags: C: est, server, windows explorer
Discussion threads 2008-06-27
Interviewing: Have you ever had to take a "test"?
I want to start a discussion about an event that I had this past Monday.I have a headhunter who recommended a local position to me. I checked them out on the internet, the company looked solid and based on what the HH said, I gave him the okay to book...
Tags: Recruitment & Selection, job
Discussion threads 2009-01-15
  • << Previous
  • page 1 of 106
  • Next >>


IT Help Desk Survival Guide, Third Edition
TechRepublic's IT Help Desk Survival Guide, Third Edition provides tools and recommendations to help you better manage help desk services, improve end-user support, troubleshoot frustrating hardware issues, identify quick fixes to vexing Windows problems, and help users make the most of Microsoft Office 2003.
Buy Now
Disaster Planning and Recovery Pack
TechRepublic's unique Disaster Planning and Recovery Pack contains the hands-on resources you need to ensure that your IT organization is ready for its next crisis.
Buy Now

Product Spotlight