by restinpasta
2D arrays
|
|
[2 replies] Last: @whitenite1 This helped a lot thank you! (by restinpasta)
|
Calculating electric field, program returns #INF00 |
|
[4 replies] Last: Hi @OliwerElektryk, One or two other things that you might want to ti... (by lastchance)
|
by allysen331
Please Help
|
|
[3 replies] Last: Hello allysen331, Glad it helped. I just finished working on what I ... (by Handy Andy)
|
C++11 concurrency: tutorials, reading resources? |
|
[2 replies] Last: I haven't read it but some of my friends recommend it. https://www.ama... (by Thomas1965)
|
by claire620
getline not reading correctly
|
|
[1 reply] : A few comments. The test at line 14 if(myfile.is_open()) is redund... (by Chervil)
|
by Hackerman
'i' does not name a type.
|
|
[4 replies] Last: I fixed it somehow by deleting a few extra lines under my code. I have... (by Hackerman)
|
by ammar629
I can't seem to understand the bug in this code
|
|
[3 replies] Last: Now questions on logic: * If the main() receives and "answer" to q an... (by keskiverto)
|
by Ryoka117
Too many arguements
|
|
[2 replies] Last: Line 6: Your function prototype for average() says it takes no parame... (by AbstractionAnon)
|
by Snacks
C++11 Threads
|
|
[1 reply] : yes, this is a homework question. I didn't see a rule against posting... (by Enoizat)
|
by arczi w
Distribute soda by rules
|
|
[5 replies] Last: What about describing us better what you're trying to achieve? From yo... (by Enoizat)
|
by cegodica
swap (vector overload)
|
|
[1 reply] : Both work, but since the page that you link to is for the free (non-me... (by Peter87)
|
by dsblaster
print the output to a txt file
|
|
[1 reply] : Hello dsblaster, At some point in the program you will have to set up... (by Handy Andy)
|
by Chaost
CopyFile Function does not accept any type
|
|
[8 replies] Last: [quote=Chaost]When using this code, the "result" variable outputs "0",... (by Chervil)
|
by gtrruff
Storing outputs as a character
|
|
[1 reply] : In the second function (convertTime24to12) the data going out of the ... (by Chervil)
|
improve my code |
|
[9 replies] Last: Regarding the (char) cast, yes, @jonnin is right, it was already a cha... (by lastchance)
|
by Kourosh23
Programming Plagirisim Advice
|
|
[4 replies] Last: Thank you for sharing your stories and suggestions guys. My assignme... (by Kourosh23)
|
by dsblaster
extract some integer data from a txt file (1,2)
|
|
[21 replies] Last: yes i removed. because it worked. there was some error in the input fi... (by dsblaster)
|
by hh98265
Multiplying elements in a row
|
|
[1 reply] : looks like you need to go backwards. roughly for(r = all the rows - 1... (by jonnin)
|
by donda97
If input is NULL
|
|
[1 reply] : Hello donda97, Try adding this if (str.length() == 0) return -1; at... (by Handy Andy)
|
by cn00by
gettext define solution
|
|
[6 replies] Last: Hello cn00by, You are welcome. Bitte schön. Glad it made sense to yo... (by Handy Andy)
|