by Phaxen
If/Else Statements
|
|
[2 replies] Last: Not 100% sure what you are looking for exactly. But to put them into a... (by daltonmc)
|
Help with seekg() |
|
[3 replies] Last: Load the entire file into a string, and close the file. string s, ... (by Duthomhas)
|
by pbfj22
Help with multiple arrays!!!
|
|
[3 replies] Last: Just make a separate counter variable. Each time to find the jobName y... (by mobotus)
|
by medinal
Fatal errors?
|
|
[4 replies] Last: Jesus... lol Thank you so much. Silly little errors.. lol (by medinal)
|
What does the c_str() function do exactly? |
|
[2 replies] Last: C++ includes the C library which uses null-terminated char arrays for ... (by dhayden)
|
by Whooooo
Program to add days to a date giving me problems
|
|
[no replies]
|
by poseidn
using all input?
|
|
[6 replies] Last: . (by poseidn)
|
Entering Password |
|
[3 replies] Last: That thread mentions extended keys. On Windows, besides zero, you also... (by Duthomhas)
|
by phunlife
One of my first programs
|
|
[1 reply] : To be brutally honest, I would say no. An object should be a grouping ... (by Computergeek01)
|
by Nison
Strings.
|
|
[2 replies] Last: The first error is on line 12. That does not produce the number of ch... (by keskiverto)
|
by ragforce
Need help, super frustrated!
|
|
[4 replies] Last: If your prof doesn't want function parameters and return values, he sh... (by jbottrop)
|
by Franky4
Dynamic array value doesn't change
|
|
[8 replies] Last: Ohh, wow :D. What a mistake (by Franky4)
|
Fraction Calculator |
|
[1 reply] : Hi there, a good start! Some points come to mind... 1. Why are you a... (by jbottrop)
|
by hannahj
Using loop to read in from a file.
|
|
[1 reply] : Well, I would say that line 14 should be car = GetCar(dataIn); . Howe... (by Norm Gunderson)
|
by goldyn
output largest number in array
|
|
[4 replies] Last: Figured it out guys! thanks! int findLargest(const int a , int numbe... (by goldyn)
|
by poseidn
is there c++ tutoring?
|
|
[2 replies] Last: im in los angeles damn wtf half my paycheck lol (by poseidn)
|
Linked Lists |
|
[1 reply] : I haven't studied this is detail, but I can see a couple of problems: ... (by Norm Gunderson)
|
by Whooooo
Getting "error: invalid operands of types 'double' and 'const double' to binary 'operator%'
|
|
[2 replies] Last: Oh alright, thanks! (by Whooooo)
|
by dualdark
How to show all elements in dynamic stack and queue (c++)
|
|
[1 reply] : In an actual stack memory you would only be able to view the top, but ... (by zoran404)
|
by erik341
My program crashes!
|
|
[12 replies] Last: Wow! You explained it better than any webpage I've read (AbstractionAn... (by erik341)
|