by Aerodyne09
Beginner Trouble - While Loop Requiring Multiple Instances of Input to Return Value
|
|
[3 replies] Last: Ah, thank you so much for the answer and advice. Evidently, I haven't... (by Aerodyne09)
|
by nyaeggy
reading and writing files
|
|
[14 replies] Last: That would meant that I wouldn't allow the user to enter the file name... (by nyaeggy)
|
by jojo212
Pointer issue crashing program
|
|
[13 replies] Last: You passing redLine by value and it get copied. *head pointer is copie... (by MiiNiPaa)
|
by xzbit
about fopen
|
|
[1 reply] : You want a temporary file. (by Nexius)
|
by arcticman452
Using strings
|
|
[2 replies] Last: Thanks meeram, that did it and learned a lot about vectors tonight (by arcticman452)
|
by clavier
Array (1,2)
|
|
[26 replies] Last: Dude just email your instructor as ask what they mean by that. Other t... (by jlillie89)
|
by sarahnicoled
Word Wrap Function not working..
|
|
[no replies]
|
by JBIRD304
Unresolved external error
|
|
[3 replies] Last: declaraction and definition syntax not matched for the binSrch functio... (by meeram)
|
by JBIRD304
Program crashing for no apparent reason
|
|
[2 replies] Last: Thanks that did the trick (by JBIRD304)
|
by ebrahim
Hello,Here is C++ code. I want to know how can I call classes by "if else". Thanks in advance.
|
|
[2 replies] Last: In the if...else, use something like the below book a; a.addbook(); ... (by meeram)
|
by Adiminium
Help with restarting a program
|
|
[5 replies] Last: Thank you very much meeram! (by Adiminium)
|
by arcticman452
Input data into a vector
|
|
[2 replies] Last: Thanks, took a little playing with but I did get it to work using push... (by arcticman452)
|
by h4344
How can i wait for a "key up" event?
|
|
[3 replies] Last: It cannot toggle off and then on in the same press. You should process... (by Duthomhas)
|
by NOP
How can I get the hex value of a string?
|
|
[5 replies] Last: Or the same thing using c-strings #include <cstdio> #include <cstring... (by Chervil)
|
by programmerj
Read in numbers and calculate
|
|
[8 replies] Last: Never mind guys i got it. I used while(inputFromFile << num) instead ... (by programmerj)
|
Game of life, almost there? Need HELP!! |
|
[no replies]
|
by khal
Author Separate Chaining
|
|
[10 replies] Last: @Moschops Thanks the typename did the trick run perfectly (by khal)
|
by jc4bs
Having Trouble with a 2-Dimensional Array
|
|
[12 replies] Last: I noticed that on line 174, if I replace the equality operators with ... (by TheIdeasMan)
|
by cbeginner89
problem with scissors, paper, stone
|
|
[8 replies] Last: Mukomo: It works. Thank you all guys for ur help. (by cbeginner89)
|
by codetojoy
vector
|
|
[6 replies] Last: you make it look so easy!!! I can make it look harder. #include <... (by Catfish2)
|