by gkn06
Complex number multiplication
|
|
[7 replies] Last: there is an output error...in this function cos(2*pi*n/8) when n=2 i... (by gkn06)
|
by Ruthless
Help with the find function of string
|
|
[1 reply] : This code int CountThe(string st1, string st2) { int NumOfThe=0, po... (by vlad from moscow)
|
how to make a 2d game |
|
[2 replies] Last: Perhaps this could be a place to start? http://www.cprogramming.com/ga... (by squarehead)
|
by squarehead
Two's complement with unsigned integers
|
|
[5 replies] Last: I'm guessing this is a compiler/system specific peculiarity. Perhaps i... (by squarehead)
|
by Pter0dactyl
Searching file
|
|
[6 replies] Last: actually i'm working on a project and I have time to come up to this f... (by Pter0dactyl)
|
by chameleon
template class with different members
|
|
[3 replies] Last: I don't understand what you're trying to do. What's the difference bet... (by closed account zb0S216C)
|
by reddeffect
Cin doesn't hold value
|
|
[1 reply] : Pass the parameters by reference, using the & operator. #include <io... (by Chervil)
|
by Dimmins
Prime Factorization in C++ - Problem with Factors that are Square Roots
|
|
[6 replies] Last: That was my intention, but since I was posing a question to people tha... (by Dimmins)
|
by fcanto
dont understand
|
|
[3 replies] Last: The first problem is the line inFix = inputChar; . You create the ar... (by AleaIactaEst)
|
Trouble with using strings in if statements? |
|
[3 replies] Last: ohh...that's great you change it to char... yes you need to use quotat... (by HiteshVaghani1)
|
by boqian2000
C++ Video: All Castings Considered
|
|
[2 replies] Last: definetly gonna check those out later! (by stoffe1100)
|
by Dionisseus
Problem with do while
|
|
[2 replies] Last: if (videogame .price<0 || videogame .price>9999) (by reddeffect)
|
homework - create trivia game |
|
[2 replies] Last: Thank you (by top 10 list)
|
by vibol03
putting a character into a char pointer?
|
|
[2 replies] Last: A char pointer is just that: a pointer to a char sized memory location... (by pogrady)
|
by RegalleonZ
? : and booleans on my assignment
|
|
[2 replies] Last: Oh I see. Its just written that way in my assignment and I've never se... (by RegalleonZ)
|
convert base 10 to binary program |
|
[1 reply] : Use a recursive function. #include <iostream> #include <string> using... (by histrungalot)
|
by zeppelyn
"Floating Point Exception"
|
|
[1 reply] : Take a look at the comments in the code. #include <iostream> #include... (by histrungalot)
|
by lasombrra
Hint Need For Assignment Due Tonight! How to pick out an item while in the loop and nothing else
|
|
[4 replies] Last: Trailing zeroes? It's probably got to do with your "setprecision". (by zeppelyn)
|
Need Help looping |
|
[no replies]
|
by haileyw36
switch statements
|
|
[no replies]
|