by cinemaniacc
writing in 10 files and reading from them
|
|
[3 replies] Last: @integralfx At the moment, you are writing 10 numbers into 1 file. ... (by Boxbird)
|
by totals
Idk whats wrong here?
|
|
[2 replies] Last: I think (but not quite sure) that the problem is that you are using a ... (by lastchance)
|
by kenchia10
Excess Charaters
|
|
[6 replies] Last: Ah I see, i didn't know that Serial.read() returns -1 if there is noth... (by kenchia10)
|
by totals
PLZZZZ HELP.. Simple Functions
|
|
[4 replies] Last: So it displays the prompt asking the person for the message, but it ... (by Boxbird)
|
by rajducky
Problem with gets() input statement
|
|
[3 replies] Last: After you use cin >> something; , you must use cin.ignore(); before... (by Boxbird)
|
by Hengry
Need help with undo and redo functionality for my spec
|
|
[no replies]
|
by DeathLeap
deleting string from a vector element
|
|
[2 replies] Last: #include <cctype> #include <iomanip> #include <iostream> #include <s... (by integralfx)
|
by ExSanity
My Program Skips certain bits of code (ifs mainly)
|
|
[5 replies] Last: [quote=SakurasouBusters]Should be : cin.clear(); cin.ignore(1000, '\n... (by mbozzi)
|
How do you have a function return a 2D array to be then accepted by another function? |
|
[1 reply] : char **giveArray() { char 2DArray = {{a,b} , {c,d}}; return... (by integralfx)
|
by Domo18
Coding Error Unidentified
|
|
[2 replies] Last: Please, use the code tags when you post the code. Hit Edit, highlight... (by chicofeo)
|
by Scuffz
how to get array in main to my class function
|
|
[1 reply] : Could we see the IntegerSet class? if( (*ptr) ) is invalid, as (*p... (by integralfx)
|
by MMe24
Guidance on constructors
|
|
[4 replies] Last: There is a 'Private:' as well, can I return the functions declared in... (by gunnerfunner)
|
by mookster66
enumeration type triangleType with values
|
|
[1 reply] : enum triangleType { EQUILATERAL, RIGHT, ISOSCELES, SC... (by SakurasouBusters)
|
by NavyVetSafIn
txt file into multi dim array table
|
|
[10 replies] Last: okay so the problem is... i know how to create arrays. haven't even th... (by NavyVetSafIn)
|
by lolpwn
Cant get out of my do-while loop
|
|
[3 replies] Last: Your condition( lastorder != 'X'|| lastorder != 'x') will result in an... (by rabster)
|
by aamelia737
Input/Output Program's Output file is blank
|
|
[8 replies] Last: How would I be able to check to see if the file is being opened? Ch... (by cire)
|
by elmessican
C++ program functions
|
|
[2 replies] Last: how can i make the menu work i have this #include <iostream> #inclu... (by elmessican)
|
by mafegam
Help using for loop a formula
|
|
[2 replies] Last: Indeed something simple. It works fine thank you! (by mafegam)
|
Implement methods for class called Rectangle |
|
[2 replies] Last: Here you go: (by kaylasimone96)
|
by mylesk57
Input/Output Assignment Trouble
|
|
[1 reply] : http://www.cplusplus.com/reference/cctype/ (by integralfx)
|