by Robo66
do while with strstr Statment
|
|
[4 replies] Last: I wonder if it's the fegets() that is your problem. It says here http:... (by Computergeek01)
|
by oman
return float in return value function
|
|
[1 reply] : Structure of a function: type name ( param1, param2, ... ){ body }... (by jRaskell)
|
A program that collects users information Question |
|
[4 replies] Last: Ok I got my program to work using something else but I was wounding is... (by OnymousIllusion)
|
by whoami32
structure declaration
|
|
[2 replies] Last: OMG that worked. thanks for help didn know it was that simple. (by whoami32)
|
by munadel
Array in C++
|
|
[1 reply] : We can assist you in completing the assignment, but in general we are ... (by jsmith)
|
by gnwillix88
Anyone assist me with this...... please
|
|
[4 replies] Last: #include <iostream> using namespace std; int main ( ) { float sum ... (by Sergius)
|
by Thecrow471
Trouble with my bool
|
|
[7 replies] Last: Thanks for your help. I don't know why I thought that needed to be in... (by Thecrow471)
|
by cmhATX
Array problem. Unknown errors
|
|
[1 reply] : What are the errors? (by firedraco)
|
by orbit
Program to determine palinedromes.
|
|
[13 replies] Last: This was my final answer btw. #include <iostream> using na... (by orbit)
|
by kcc15
unable to display a file
|
|
[6 replies] Last: I need to have it output how many characters are in the text, includin... (by kcc15)
|
by mulpro
Problem with chained overloaded operator
|
|
[1 reply] : /facepalm I just realized I was thinking my conversion constructor ... (by mulpro)
|
by opsarc
Not declared (Even though I declared it)
|
|
[2 replies] Last: Actually, putting the for statement in the if statement worked well. T... (by opsarc)
|
by cassadagax
Histograms
|
|
[no replies]
|
Undefined reference to '_WinMain@16'? |
|
[4 replies] Last: you need a main() function where you use your functions.something like... (by Vidus)
|
by oontvoo
initializing a variable inside a struct
|
|
[1 reply] : You can't declare a variable's value in the definition of a class. It'... (by tummychow)
|
by oontvoo
odd issue with increment operator in postfix
|
|
[2 replies] Last: The thing is, the first time through the loop, n seems to be incremen... (by Disch)
|
by vlad61
"if" question
|
|
[5 replies] Last: The string contains's at least two words if there is one or more white... (by R0mai)
|
by oontvoo
problem with pointer
|
|
[7 replies] Last: (this makes it an array of pointers?) Not quite.. it makes it a p... (by Disch)
|
by stevellyod
how can we find two inputs x1, x2 such that ƒ(x1) = ƒ(x2)
|
|
[2 replies] Last: I barley recognise this formula. Which is it? I remember something lik... (by Computergeek01)
|
by MicMagicFly
Do-While Loop problem
|
|
[2 replies] Last: Thank you! (by MicMagicFly)
|