by MIZ
How to get a exe file
|
|
[1 reply] : Hey MIZ It's great you're staying so active. The exe file is placed... (by ultifinitus)
|
by enemy
can't google char pointers!!!
|
|
[4 replies] Last: [quote=enemy]How to describe the procedure: what did I do? The proce... (by ultifinitus)
|
by alexBB
Explanation of a code line sought
|
|
[2 replies] Last: ne555, thank you. I actually did not notice that this routine is 2D. T... (by alexBB)
|
by jmann
C-String Array Input Validation
|
|
[2 replies] Last: Thank you. I have no idea why I put those as loops, that was a dumb mi... (by jmann)
|
by Arturofm
My gym_Membership source, C++, is it neat?
|
|
[7 replies] Last: Your math is off. total_due = (hours_to_pay_in_money + 9.95); You ... (by JB252)
|
by Dlazyguy
Bad Memory Allocation
|
|
[7 replies] Last: i figured it out!! The bound was incorrect and I was calling the recur... (by Dlazyguy)
|
by Kaelure
String Array Formatting Help
|
|
[1 reply] : try to take the length of the words and then take the relative setw... (by shadder)
|
by Vandalism
Array
|
|
[5 replies] Last: Do not use any *_s functions. They are not part of the standard and a... (by keskiverto)
|
by kimpham94
using pointer to dynamically allocate a 2D array
|
|
[1 reply] : A pointer has two parts: 1. It is a pointer. 2. The type it points to.... (by keskiverto)
|
valid of invalid |
|
[3 replies] Last: dude thank you so much. I've got the answers for the question. (by vikramathitan)
|
by Sarmonroe
Hopefully a quick fix
|
|
[7 replies] Last: I didn't read your comment's very thoroughly. I wasn't realizing that ... (by Sarmonroe)
|
by LadyInRed7
Using the read() function
|
|
[1 reply] : http://www.cplusplus.com/reference/istream/istream/read/ However that... (by ultifinitus)
|
by phuduc1193
XOR Decryption
|
|
[4 replies] Last: The message(16000+bits) is encrypted but we only know a piece of the o... (by phuduc1193)
|
by enemy
Easiest ideas (pseudocodes) for friendship
|
|
[3 replies] Last: :D welcome :D (by shadder)
|
by Torm04
Help with strings
|
|
[2 replies] Last: *bump* could really use some help here.. (by Torm04)
|
by Bogeyman
Using Merge Sort With Struct Array (1,2)
|
|
[27 replies] Last: The code works and I'm grateful for your help in getting it to work, s... (by Bogeyman)
|
by DrJones
Why does it keep switching between states?
|
|
[no replies]
|
by DreadJoker
Reading the names and ages
|
|
[5 replies] Last: If you want input to end on enter, you must use line oriented (or unfo... (by cire)
|
by PaliiBenet
True or false array questions
|
|
[1 reply] : Both of your answers are correct. (by cire)
|
by mertsamilgul
Help
|
|
[3 replies] Last: I agree with programmer007 , shows the correct values on mine as well... (by ultifinitus)
|