by Ramzi89
Why does this happen?
|
|
[5 replies] Last: Cheers (by Ramzi89)
|
by lov3np3ac3
Help needed with my assignment.
|
|
[4 replies] Last: TS, this type of program really calls for a database and imo C++ is no... (by IceThatJaw)
|
by celuur
Compilation error with vectors (no matching function for call)
|
|
[3 replies] Last: I took a look at the documentation on here for vector.insert and it sa... (by IceThatJaw)
|
by AandR2024
How can multiple answers work?
|
|
[3 replies] Last: Wouldn't this also work? if(mystr == ("good" || "well" || "okay" || ... (by TheBeardedQuack)
|
by Zadd
Hello Everyone, I am new to the forums! :D
|
|
[6 replies] Last: I must agree with purchasing a good book, i personally recomend "Begin... (by TheBeardedQuack)
|
by PETROS39
Strings are your friends.
|
|
[5 replies] Last: I realized I didn't need '\n'; . Thanks for the help. Here is my cod... (by PETROS39)
|
by Placidjw
Template issues
|
|
[3 replies] Last: Aside: I see exception specifiers in the code above. These are prett... (by andywestken)
|
by PETROS39
Bracketing Search
|
|
[9 replies] Last: Never mind, I figured it out. (by PETROS39)
|
by ptrlake2
Publish c++ code?
|
|
[8 replies] Last: All the replies were really really helpful, thank you so much :) -Pet... (by ptrlake2)
|
Program that estimates pi using the squeeze theorem |
|
[4 replies] Last: @Volatile Pulse: Thanks, I had already tried that. I just didn't know... (by MildewyTester)
|
by atropos
writing the contents of a struct in binary mode
|
|
[1 reply] : Just use string.c_str() to get the c-style string out of your std::str... (by BlackSheep)
|
by Jibbian
Making a pattern using a nested loop?
|
|
[4 replies] Last: They used the same steps that I showed you. The first for statement do... (by Volatile Pulse)
|
by Fransje
Problem in source code
|
|
[10 replies] Last: Ugh, I was under the impression voids couldn't even use returns, that'... (by Volatile Pulse)
|
by Hucaru
I/O help
|
|
[no replies]
|
by crawler30
Problem writing user inputs to text file
|
|
[6 replies] Last: The cin.ignore() worked fine for the intended purpose as the int cout ... (by crawler30)
|
by joshrocks
Teaching
|
|
[3 replies] Last: Thanks you people were of great help. (by joshrocks)
|
getch() Alternative? |
|
[11 replies] Last: Is curses now standard? I've been seeing it pop up a lot, but I don't ... (by Volatile Pulse)
|
by edda86
help - find address of element in 2D array
|
|
[2 replies] Last: Lines 41-43 make no sense, granted the if statement should run EVERY t... (by Volatile Pulse)
|
Least Square Approximation with Lots of data of many digits |
|
[1 reply] : Have you tried using a vector to hold each place value? Using a decima... (by Volatile Pulse)
|
by eiger3970
Entire array as argument example
|
|
[4 replies] Last: It is a wrong statement. Any function may be declared in another func... (by S G H)
|