How to record different inputs in textfile |
|
[3 replies] Last: Yeah, use getline() instead of cin cause, cin accepts characters until... (by Aceix)
|
by Tarun Batra
Help with strcat function
|
|
[2 replies] Last: #include <cstring> #include <cstdio> char buf ; int main() { con... (by vlad from moscow)
|
by matiz303
syntax understanding
|
|
[5 replies] Last: No worries, read some of the other docs on the website, or google Qt Q... (by TheIdeasMan)
|
by l3st3r
About saving to file
|
|
[1 reply] : You will have to put the write position at the beginning of the file, ... (by Fransje)
|
by MW130
Help me installing sdl
|
|
[6 replies] Last: It should be upper case #include "SDL.h" http://www.libsdl.org/cgi/... (by Peter87)
|
by cramey
Capture a space
|
|
[10 replies] Last: Correct. I see the actuall issue was that i tried to enter a name like... (by cramey)
|
by clodi
how can you store data?
|
|
[2 replies] Last: Thank you very much!!! I'll start working on it :) (by clodi)
|
by Maygs
toString problems
|
|
[5 replies] Last: Ok, I see what you are doing. Why not append the payslip info to the ... (by TheIdeasMan)
|
by dwolfwood
Using a do/while loop with a switch statement.
|
|
[3 replies] Last: Also the cmath header file has built in constants for Pi, E etc. You c... (by TheIdeasMan)
|
by Game4564
Need help on how to start and do this homework problem?
|
|
[1 reply] : This is exactly the same problem as your other post in the General C++... (by TheIdeasMan)
|
by letsgo
Please help me with this question!
|
|
[1 reply] : This seems that this answer is located within the book. (by pogrady)
|
by fcanto
I want to learn this
|
|
[5 replies] Last: Looks to me like it is inserting a new node at index n-2. So if there... (by kevinkjt2000)
|
by codeblock
dynamic memory allocation and reuse
|
|
[2 replies] Last: Well, first off you don't declare a destructor for your class. While ... (by pogrady)
|
by topchef
Reading Textfile using pointers
|
|
[15 replies] Last: Hmm thats very interesting, I'll try making a new text file. Once agai... (by topchef)
|
by codeblock
Class Program
|
|
[5 replies] Last: fname = new char ; lname = new char ; This code doesn't do what y... (by TheIdeasMan)
|
by JimmyGinOKC
Clearing memory for variables
|
|
[3 replies] Last: Code tags: code goes here Just helps the helpers read the code. ... (by kevinkjt2000)
|
by mcal24
How to ask the user to repeat this program?
|
|
[1 reply] : google c++ while loop (by Aramil of Elixia)
|
by Forseth11
••Key press at any time. HELP!••
|
|
[14 replies] Last: OK. It turns out I'm just going to make a program that you use arrow ... (by Forseth11)
|
by bowlbase
Practice program
|
|
[3 replies] Last: I fixed it. I had a small mistake in variable placement. Program can d... (by bowlbase)
|
by fcanto
Sorting a link. list
|
|
[3 replies] Last: I completely understand where you're coming from. I have no problem up... (by fcanto)
|