Function question |
|
[4 replies] Last: Got it, thanks! (by littleneutrino)
|
by lvlichael72
prime number?
|
|
[14 replies] Last: @lvlichael72 You created an infinite loop. the condition while (x !=0... (by Chervil)
|
by Pter0dactyl
Alternative of delay()
|
|
[3 replies] Last: hope you get the hint.. (by Jikax)
|
object holding a list |
|
[2 replies] Last: thanks for your assistance, i figured it out. i will just make item_I... (by Imgregorywong)
|
by bruce1234
Display Chinese in VC++ 6
|
|
[4 replies] Last: The problem is that VC++6 is pretty old. Better get a more recent vers... (by coder777)
|
by wronski123
Formatted file i/o C++
|
|
[14 replies] Last: Hi all, Thanks for your help. I like the answer of cire very much. H... (by wronski123)
|
by vrakas
pow function of math.h
|
|
[1 reply] : as long as you don't use fractions there's no problem (by coder777)
|
Help with a returned function problem |
|
[4 replies] Last: I am new on this, so what you mean with code tags? You need to surro... (by Athar)
|
by oddboy
pointer to an enum?
|
|
[4 replies] Last: to use %n in a printf you need to give the address of the variable: ... (by Jikax)
|
by nathanielb91
Need to convert from ascii dec to char
|
|
[3 replies] Last: If I make isbn a string instead of an array, then how can I grab one n... (by nathanielb91)
|
by EJonah
Input & Output problem
|
|
[3 replies] Last: Hmmm - perhaps number is not a good name for a variable that is a char... (by TheIdeasMan)
|
by mHart
String Conversion
|
|
[1 reply] : @mHart print is an array of string but you are comparing it to an in... (by TheIdeasMan)
|
by ichicc
Newton Raphson to find roots of polynomial
|
|
[no replies]
|
by byronflds
Floating point exception ?
|
|
[2 replies] Last: FINALLY... after 4 days i finally got this done. thanks man (by byronflds)
|
by birdwalkr
Merging Functions. Help on the main?
|
|
[4 replies] Last: the function returns a vector, so initialize one: int main() { ... (by Cubbi)
|
by gratholio
2D array initializing problems
|
|
[9 replies] Last: problem solved .. #include <iostream> using namespace std; main... (by gratholio)
|
by Stremik
Passing arrays by reference
|
|
[6 replies] Last: Your allocation function looks wrong to me. To allocate arrays of mult... (by Zhuge)
|
by jlillie89
alphabet
|
|
[2 replies] Last: OK so here is where I'm at the function is sorting correctly because u... (by jlillie89)
|
by emk0
How to send variables from one function to another
|
|
[2 replies] Last: Use the address of operator for the average and sum variable on line 1... (by dtaqee88)
|
by areej
can you helpp me plz
|
|
[2 replies] Last: you wrote exit(o) instead of exit(0) (by Darkmaster)
|