Join the expert discussion on programming topics. Topics like computer algorithms, data structures, A.I., systems, databases, communications, security.
Sub-forums
Threads
Fortran How do I loop through files named file.datA through file.datZ in Fortran 90?
- jd1828
- · Replies 1 ·
C/C++ Print a triangle pattern with nested for loops in C++
- ranger
- · Replies 3 ·
Did my grandpa really program computers for American Airlines?
- Nothing000
- · Replies 30 ·
Python Displaying Python on the Internet
- wScott
- · Replies 8 ·
C/C++ How to Create a Pyramid in C++?
- jacy
- · Replies 7 ·
What could be causing my program to abort on certain cases?
- Tom McCurdy
- · Replies 2 ·
How to do the following in C (ANSI)
- brad sue
- · Replies 7 ·
Java Finding a Method for Incremental Output in Java
- Yoss
- · Replies 5 ·
Why does pow(x,3.0) give wrong results in my C program?
- beanryu
- · Replies 6 ·
C/C++ Why does my code replace everything with periods instead of just text between < and >?
- Tom McCurdy
- · Replies 4 ·
Fortran Fortran prime factorization program stops at i=2
- eku_girl83
- · Replies 1 ·
Programs for testing of randomness
- nworm
- · Replies 7 ·
Loading SWF files into popup windows at specific levels in Flash
- sid_galt
- · Replies 6 ·
Where to find a list of DOS batch file commands
- livet0die
- · Replies 6 ·
How to assign pthreads to specific CPU cores
- noelloen
- · Replies 1 ·
Sum matrix columns and count those less than 1
- brad sue
- · Replies 7 ·
How to Find the Null Space of a Matrix in C?
- tandoorichicken
- · Replies 1 ·
AI My attempt at making a Artificial Intelligence Program
- kmarinas86
- · Replies 2 ·
ObjC: Initializing a Class Object
- aychamo
- · Replies 3 ·
Where Can I Learn to Code a Function for Calculating Eigenvalues?
- Repetit
- · Replies 1 ·
C/C++ Finding C++ source code for cubic spline interpolation
- jeewansh
- · Replies 1 ·
C# Mac development w/ XCode and C#
- aychamo
- · Replies 2 ·
HTML/CSS Dreamweaver: Making Site Without Frames, HTML File in One Cell
- sid_galt
- · Replies 2 ·
Using a while loop to read numbers into a C array
- SN1987a
- · Replies 11 ·
Compute a geomtric series with matrices
- brad sue
- · Replies 2 ·
C/C++ How can I convert C code to C++ in Visual Studio 2003 .NET?
- UNIQNESS
- · Replies 5 ·
C/C++ Reading strings with spaces and chars from a text file in C++
- DivGradCurl
- · Replies 12 ·
Problem saving Excel as text file
- Doc Al
- · Replies 10 ·
C/C++ Visual C++ or C# is better to learn ?
- Sprinter
- · Replies 7 ·
Controlling motors via serial port on Linux for robotics and CNC
- Shawnzyoo
- · Replies 1 ·
Java Counting Characters in a String with Java
- G01
- · Replies 2 ·
Java I about data structures (trees) in java
- JoAuSc
- · Replies 1 ·
Python How do you create Python executables?
- Mattara
- · Replies 1 ·
getline skips input when called from a function with string pointer
- DivGradCurl
- · Replies 5 ·
Java Solve Java 1.5 Installation Issue on Ubuntu Linux
- Tony11235
- · Replies 1 ·
Reading and summing groups of decimal values from a file in C
- brad sue
- · Replies 3 ·
C/C++ How can I compile multiple files in Dev C/C++ using a Makefile?
- trickae
- · Replies 4 ·
How to implement juggle tree operations in C
- trickae
- · Replies 2 ·
Fortran Is Fortran 90/95/2003 worth learning?
- dimensionless
- · Replies 5 ·
Looking for enterprise software solution
- DaveC426913
- · Replies 8 ·
Solving "bash:exec:hello: hello not found" Error on Suse Linux 10.0
- sid_galt
- · Replies 3 ·
Very simple but why doesn't it work?
- bomba923
- · Replies 2 ·
Can I dynamically link a library with static initialization code?
- Hurkyl
- · Replies 3 ·
C/C++ Set-Variable Style Functions in C++
- neurocomp2003
- · Replies 3 ·
What are the uses and pros/cons of different programming languages?
- primal schemer
- · Replies 15 ·
Solving a Programming Problem - Adam
- Pearce_09
- · Replies 8 ·
Java Function overloading in Java and choosing color modes for drawing
- NorrisP
- · Replies 6 ·
How to upload a 2 MB program when file size is limited
- Nothing000
- · Replies 19 ·
How to do computation in Liberty Basic
- Nothing000
- · Replies 8 ·
Where can I find a free Liberty Basic compiler?
- Nothing000
- · Replies 2 ·
When to use float instead of double for physics calculations?
- dimensionless
- · Replies 5 ·
What is the Solution for Creating a Uniform Random Number Generator in C?
- newton1
- · Replies 5 ·
How to Create a Word Unscrambling Program?
- Hybr!d
- · Replies 5 ·
Java Should I learn C and Java simultaniously?
- Nothing000
- · Replies 18 ·
C/C++ What are the Best Software Options for Programming in C/C++ Language?
- brad sue
- · Replies 18 ·
Java Yahoo chat error: 'chatentry' is undefined
- QuantumTheory
- · Replies 6 ·
C/C++ C++ cout and cin versus printf and scanf
- neurocomp2003
- · Replies 9 ·
STL, in large systems sims/high computing performance
- neurocomp2003
- · Replies 4 ·
HTML/CSS Improve Your HTML Forms: How to Make Your Email Readable and More Sensible
- mtanti
- · Replies 1 ·
C/C++ Does 'delete [] varname;' delete multiple arrays in C++?
- neurocomp2003
- · Replies 4 ·
Python Can I Create Interactive Applets with Python?
- cscott
- · Replies 3 ·
Algorithm for finding optimal boolean formula
- twoflower
- · Replies 1 ·
Java How to set Java 5.0 as default in terminal
- hytechpro
- · Replies 1 ·
Finding Kth composition and cycle count of permutations
- alejandrito
- · Replies 2 ·
Java What are Some Fun and Easy Games to Program in Java?
- mattmns
- · Replies 5 ·
Finding a local minimum in O(log n) time
- alejandrito
- · Replies 2 ·
C/C++ C++ Learning: What is the Best Book?
- exequor
- · Replies 1 ·
An algorithm based on Eratosthenes Sieve
- alejandrito
- · Replies 6 ·
Is there a tutorial on how to make things move in a program using pathfinding?
- JamesU
- · Replies 10 ·
Fortran What does the *4 mean in integer*4 in fortran77?
- dimensionless
- · Replies 2 ·
VB Error: Array Names are Ambiguous - What Now?
- zanazzi78
- · Replies 5 ·
Java Where I can find Java MIDP tutorial for free
- ngkamsengpeter
- · Replies 1 ·
Programming from home to the lab?
- nbo10
- · Replies 11 ·
Any good programming challenge using the c language.
- kant
- · Replies 12 ·
C/C++ Running a C++ chat client on Linux/Unix servers
- exequor
- · Replies 6 ·
C/C++ Using Complex C++ Class Header <complex>
- sam2
- · Replies 3 ·
C/C++ Creative Ideas for 3D C++/OpenGL Game Development
- daniel_i_l
- · Replies 5 ·
C/C++ Can a wrapper class convert to a non-const reference to itself?
- Hurkyl
- · Replies 15 ·
Algorithm to compare two people's ages and determine who is older
- jackdamack10
- · Replies 11 ·
Writing the Constructor for the Array for Objects
- sameergk
- · Replies 13 ·
UDP packets not sending to ports 0-40 in Java
- Chrono
- · Replies 6 ·
Copying string contents between buffers in Intel 586 assembly
- liahow
- · Replies 2 ·
How can I fix the library error for SDL on SUSE with KDevelop?
- dmail
- · Replies 8 ·
How do I declare NULL in C?
- dwx1
- · Replies 1 ·
Array Arithmetic in C: Incrementing Integers in an Array
- pivoxa15
- · Replies 3 ·
Fortran What does a period before a number mean in Fortran 77?
- dimensionless
- · Replies 5 ·
HTML/CSS HTML image map not working
- JamesU
- · Replies 4 ·
What is the proper start position for the Sted-E-Man walker to prevent damage?
- wolram
- · Replies 10 ·
Rounding numbers, storing dates, and line input prompts
- mewhoexactlywhat
- · Replies 20 ·
C/C++ How Do You Handle Incorrect Temperature Scale Inputs in C++?
- frogdogbb
- · Replies 9 ·
.Creating a Forum or Wiki: Code Overview
- sid_galt
- · Replies 1 ·
Version conflict adding Interop_msxml.dll reference in VB.NET
- DaveC426913
- · Replies 5 ·
C/C++ Cannot bind CType*& reference to temporary CType* in C++
- neurocomp2003
- · Replies 2 ·
C/C++ Writing a void function to find the maximum of three integers
- frogdogbb
- · Replies 3 ·
What is Multicast? Why Not Unicast?
- djeipa
- · Replies 2 ·
Python Python Tries to Eat Alligator, Explodes
- Ivan Seeking
- · Replies 7 ·
Fortran Solving Fortran Error on Linux: invalid number
- Norman
- · Replies 2 ·
C/C++ Is Visual C++ a different language from C++?
- ermines
- · Replies 4 ·