by garybone
Inverted Asterisk Triangle
|
|
[2 replies] Last: #include <iostream> int main() { for (int i = 0; i < 5; i++) ... (by Josue Molina)
|
by rsri2016
Printing problem
|
|
[3 replies] Last: The standard in ยง5/4 says: Between the previous and next sequence p... (by Josue Molina)
|
by Precious roy
WinSock Sending data
|
|
[4 replies] Last: send/receiving data via socket is mostly the same as reading/writing f... (by coder777)
|
Return a function's value to main() |
|
[13 replies] Last: Lets recheck: You have string line,str; ifstream myfile = ... whil... (by keskiverto)
|
by colognem
Loop
|
|
[4 replies] Last: By default a terminal shows lines of text and appends new lines to the... (by keskiverto)
|
For loops |
|
[8 replies] Last: Looking at your code mate, i think you're really just always going to ... (by A Chidera)
|
by xeimaster
loop condition (1,2)
|
|
[25 replies] Last: @andywestken indeed you are right but as i said i was in a hurry and... (by fluture)
|
by mike99
Accessing elements from previous object in successive object read
|
|
[6 replies] Last: @Daleth Accurate, Thank you (by mike99)
|
by enri357
need help again!
|
|
[2 replies] Last: thanks dude! that really help a lot and i just looked at my assignment... (by enri357)
|
by joeydal
Integer division by zero
|
|
[1 reply] : // In your program you dont use employeenumbers so delete it // also y... (by closed account 28poGNh0)
|
by Ch1156
How to have a random number that is always 7 numbers long
|
|
[15 replies] Last: I think he means a 7 digit id as in 1234567 which would be next to eac... (by giblit)
|
by enri357
need help! how to create a simple password program using if statement
|
|
[8 replies] Last: thanks for the help guys! since you guys know things around here could... (by enri357)
|
How would you strcat() all strings inside a 2D array? |
|
[1 reply] : I am not sure what are you trying to do !!!!!!!!!!!!!!! you need to ex... (by closed account 28poGNh0)
|
Combat system trouble |
|
[4 replies] Last: Well Josue Molina, it is working. My main problem was that I wasn't us... (by GrantPlusPlus)
|
by tobougg
i know it's not C++
|
|
[12 replies] Last: So what did you do to fix it in case other people are having a similar... (by giblit)
|
by sanasuke15
Solved
|
|
[1 reply] : Line 11. At start i==num. You iterate one step, because num>=num. A... (by keskiverto)
|
by afleury1
Structs program problems
|
|
[4 replies] Last: @IceThatJaw CORRECTION line 14: if(movies .genre == genre) YOU HA... (by IWishIKnew)
|
by jackbruns28
Worlds worst programmer needing some advice.
|
|
[13 replies] Last: This isn't that complicated... All you have to do is break it down int... (by IWishIKnew)
|
by A Chidera
Build Error
|
|
[1 reply] : What compiler are you using? Are you using an IDE? If you are using an... (by Danny Toledo)
|
by fluture
Why not using namespace std ?
|
|
[11 replies] Last: > In some cases, name collisions with namespaces is a good thing... >... (by JLBorges)
|