by flan8849
Help with an EOF loop
|
|
[3 replies] Last: Gotcha. :) Just remember to "tell" your user how to end the program! ... (by Kazekan)
|
Help writing a program... |
|
[12 replies] Last: for some reason i cant use void main() The reason is that void main... (by Moschops)
|
by eggsandbacon
Returning an array of characters
|
|
[2 replies] Last: This does not return the array (i.e. a copy of the array), but a point... (by Athar)
|
by ReiRei
Alternating sum
|
|
[1 reply] : Wow just solved my own problem.....while (true) should have been while... (by ReiRei)
|
Manipulating 2D arrays to compute the sums and averages from an infile |
|
[5 replies] Last: Thanks Kazekan for your help! While I would love to input this into my... (by sephiroth1134)
|
by flan8849
Stats for floating point values
|
|
[1 reply] : So you'll need a couple of if()'s in your program, and an understandin... (by newbieg)
|
by frog030
Searching text files, would this method work?
|
|
[1 reply] : Here's my current progress. Not going quite how I want it to. //....... (by frog030)
|
by sakilo
string concatenation coding problem.
|
|
[7 replies] Last: What do you mean? Whitespaces are characters... White spaces are c... (by Arres)
|
by moot1
windows.h
|
|
[7 replies] Last: if you're looking to create games, SFML is a better option for you. (by Need4Sleep)
|
by nerdycameron
Something is wrong with my titration calculator
|
|
[2 replies] Last: Ahah, thank you! I changed it to 37: basemol = acidmol; and now itjus... (by nerdycameron)
|
by Macki
compiles in dev c++ but not in ms vc++ 6.00
|
|
[3 replies] Last: You guys rock.... Athar.. thanks for the comment I like that.. convo... (by Macki)
|
by roger911
Classes and objects [ISO C++ forbids declaration of testa with no data type]].
|
|
[4 replies] Last: Ah, that would make sense... Solved! tyvm moschops! (by roger911)
|
by jersbol
blackjack c++
|
|
[2 replies] Last: The blackjack program starts but then gets stuck in the while-loop whe... (by jersbol)
|
by bailey
Class objects in main
|
|
[10 replies] Last: You have code structured something along these lines. class Rectangl... (by doug4)
|
by nerdycameron
Adapting a trigonometry solver (1,2)
|
|
[26 replies] Last: Thanks very much, I appreciate it! (by nerdycameron)
|
by ali1234
Am so stuck in this Question ! c++
|
|
[4 replies] Last: #include <iostream> #include <conio.h> using namespace std; int main(... (by asfandahmed1)
|
by twoencore
copy struct then delete old one.
|
|
[1 reply] : It is possible that your structure has a member that is a pointer to a... (by vlad from moscow)
|
by crispy
C++ 2D Array Sorting
|
|
[14 replies] Last: You're welcome. Does this code sort correctly? You're doing a terribl... (by TheDestroyer)
|
by Lowest0ne
Working with strings and vectors
|
|
[2 replies] Last: I'm looking for something like vct.push_back push_back is exactly ... (by Cubbi)
|
by Algar32
bank deposit program. Not returning correct values. Any suggestions?
|
|
[4 replies] Last: Nevermind. Used math.h with pow() and it is working now. (by Algar32)
|