by ShaLee
Counting items in a vector
|
|
[11 replies] Last: I believe I have it working, but it's basically displaying (I think) t... (by ShaLee)
|
by jgg2002
Gaussian elimination [repost]
|
|
[6 replies] Last: Never mind I solved it finally. Phew, this one was hard. #include<i... (by jgg2002)
|
by salty
Test program
|
|
[no replies]
|
Main differences between an array and a linked list |
|
[1 reply] : The descriptions on the reference pages are pretty good: array (std::... (by Norm Gunderson)
|
by illvm1
Got errors in my second ever made program
|
|
[3 replies] Last: Whats wrong? With what? Line 78: flying is an unintialized variabl... (by AbstractionAnon)
|
by tututboom
Infinite loop help
|
|
[2 replies] Last: Oh i see, the book my class is using is written in C but i prefer C++,... (by tututboom)
|
I need help understanding a Push/Pop Data Structure |
|
[9 replies] Last: hello friends, Before answer your question let me tell you one thing... (by khawa)
|
C++: Taking numbers from 2 functions and taking the average of them in another function |
|
[2 replies] Last: My program is taking a text file and reading how many words, sentences... (by Hedgehog Ninja)
|
by Maxi Samson
cannot convert parameter 2 from 'int' to 'std::ios_base::iostate &
|
|
[3 replies] Last: My parameters for the swap function were off when i called it for the ... (by Maxi Samson)
|
by fivestar
HELP!!!
|
|
[2 replies] Last: Please don't post multiple threads in the same topic. It fragments di... (by MikeyBoy)
|
by anthonyn25
Sum of positive numbers
|
|
[2 replies] Last: I think I might have read about that at some point, I'll go look that ... (by anthonyn25)
|
by kphoang
Really need help with the main function of this Class program
|
|
[9 replies] Last: Ahh thank you soo muchhh you're awesomeee!! (by kphoang)
|
by jjkrynock
Error code returned 1 exit status question
|
|
[1 reply] : Your compareNumbers() function implementation doesn't match the protot... (by jlb)
|
by jjkrynock
Trouble with using arrays in Functions
|
|
[3 replies] Last: Thanks to both of you for replying!!! I can't use pointers yet because... (by jjkrynock)
|
by CosminPerRam
Detect first letter problem
|
|
[1 reply] : You haven't shown the type of a. Is it a std::string or a char arra... (by AbstractionAnon)
|
by integralfx
My KeepWindowOpen() isn't working as expected
|
|
[10 replies] Last: @integralfx There are two issues here, and they are only accidentaly r... (by tipaye)
|
by Arslan7041
Return type errors for double templated function
|
|
[14 replies] Last: Never mind, got my program to work fine now. (by Arslan7041)
|
by stealthboy
How to store a string into a vector?
|
|
[1 reply] : There are several ways to do that. You can use the function find() an... (by coder777)
|
by fullybully
Operating Systems Critical Section c++ code help require
|
|
[3 replies] Last: You cannot do it like that. Either you have really two processes (i.e... (by coder777)
|
by Star Light
[2 problems] getline - do while loop condition ?
|
|
[6 replies] Last: Regarding 'undefined behaviour'. A programming language like C++ can ... (by Chervil)
|