by nano511
arrayName.length()?
|
|
[6 replies] Last: You are starting at the first element and comparing it to all other el... (by IceThatJaw)
|
by MH4
Square Root without math.h
|
|
[12 replies] Last: wat coder 777 says is to do thiis:(which would work only if it is a pe... (by mj1709)
|
by doi lin
Classes Problem
|
|
[4 replies] Last: Nevermind... I hadn't defined a function in my class... (by doi lin)
|
Basic Exercises for Practice |
|
[5 replies] Last: @doi lin Ha, seems fun. I think I'll try that since I'm finally getti... (by Code Assassin)
|
by tonythetiger
Having trouble translating code from Matlab to C++
|
|
[7 replies] Last: Sorry didn't check this over weekend. can I do something like i+dx t... (by Ashishduh)
|
by mahinkhan22
Getting actual time
|
|
[4 replies] Last: I think it shows no of seconds elapsed form 1970 time of unix i think (by mahinkhan22)
|
by aizat
bmi calculator- convert (do while) to (array)
|
|
[2 replies] Last: thank u my friend, this program using the process (do_while) right? ri... (by aizat)
|
by JulianRoss
Exception Handling in c++
|
|
[3 replies] Last: Ok, I think I understand better exception handling now. Thanks for th... (by JulianRoss)
|
by JTabenkin
Charr Array Problem
|
|
[3 replies] Last: i did not know that thank you (by Aramil of Elixia)
|
by teaflavor
Copy from an array to another
|
|
[4 replies] Last: Haha, sorry guys. I don't know why but when I delete all and rewrite, ... (by teaflavor)
|
Xcode c++ and simplicity |
|
[2 replies] Last: In XCode 3.2.6, to add a new source file to your project, right-click ... (by Lodger)
|
by erikn
Working Dev C++ code won't work in Visual C++ (1,2,3)
|
|
[48 replies] Last: dying to let this thread sail off into oblivion at this point, but sin... (by erikn)
|
by Integrater
How can I use rand() to gen a number between two values?
|
|
[8 replies] Last: Thanks for the help, if only I was good enough at maths to have figure... (by Integrater)
|
by NoviceCDev
Reading fixed width columns from txt file...
|
|
[9 replies] Last: There is no standard C/C++ trim function, and without using std string... (by closed account DSLq5Di1)
|
by teaflavor
Returning an array
|
|
[2 replies] Last: provide both arrays as parameters to the 'alleven()' function (by coder777)
|
by poohpooh
Check if notepad active
|
|
[1 reply] : You might try to find the running process with EnumProcesses: http://m... (by coder777)
|
by Grax
Need help in Printing Distinct numbers
|
|
[9 replies] Last: finally i have solved my problem! thanks for all the help! ^.^ void ... (by Grax)
|
by Josh Baruch
data validation issue
|
|
[2 replies] Last: Your first approach as you may have figured out by yourself had a stat... (by eypros)
|
by Yezman
Struct and Class questions.... Plus one kind of class-related question.
|
|
[3 replies] Last: 3) You can control the way cout handles the output using manipulator... (by eypros)
|
by ahoysailor
Is it possible..?
|
|
[5 replies] Last: Thanks guys, very helpful :) (by ahoysailor)
|