by x2JJ1x
Can someone please explain what this is doing?
|
|
[1 reply] : Don't do this. This is a hack, but won't always work. (by SakurasouBusters)
|
by anarelle
When exactly are static arrays needed?
|
|
[no replies]
|
by a015
Several questions from a beginner
|
|
[1 reply] : http://www.cplusplus.com/reference/cstring/strstr/ https://www.exampl... (by SamuelAdams)
|
by Ncookie
Getting a weird error, help?
|
|
[1 reply] : Nevermind! Got it! Was doing: do while() instead of: do { stuff } wh... (by Ncookie)
|
by plop442
My project closes - any idea?
|
|
[4 replies] Last: You could just write return 0; to exit the program. (by closed account LA48b7Xj)
|
by youngldoe
Code will not print out information?
|
|
[2 replies] Last: I made a few corrections and changed the pass by reference to pass by ... (by closed account LA48b7Xj)
|
by swaabe
Write an algorithm that outputs the index of the first occurrence of the largest element in the sequence?
|
|
[1 reply] : Send me a private message. (by SakurasouBusters)
|
by JohnnyS
my next assindment is creating a game of Yahtzee, i'm not sure were to start.
|
|
[7 replies] Last: @SamuelAdams Johnny is just 16 years old and has not started the game ... (by SakurasouBusters)
|
by treefitty
Retrieve a pointer type, and use it to cast?
|
|
[3 replies] Last: Thanks, based on what was said, I redid the design. :) (by treefitty)
|
by BryceConde
How to make my switch statement repeat?
|
|
[4 replies] Last: I've edited your code... And it's working fine on Visual Studio compil... (by oowee8811)
|
by KVin
I have to convert dollar amounts entered by user and convert them to other currencies in C++
|
|
[6 replies] Last: This is my code for your program. #include <iostream> using namesp... (by oowee8811)
|
by Daical
Pocket Class
|
|
[2 replies] Last: That's an impossible request. You have not given any requirements. (by AbstractionAnon)
|
by Nico
UDP messages lost
|
|
[3 replies] Last: I just found out how to do the broadcasting too. For future readers:... (by Nico)
|
by alxprog
Single Responsibility Rule
|
|
[1 reply] : It's simply not always possible to meet that criterion. For example, ... (by helios)
|
passing messages between objects ? |
|
[1 reply] : The short answer is yes but it's a good idea to always try and write s... (by gunnerfunner)
|
by sakurasasuka
use esc to call a function
|
|
[3 replies] Last: This is a simple program of adding two numbers. ESC is used to call th... (by oowee8811)
|
by DreamTime
Image input, output and processing
|
|
[2 replies] Last: i would recommend to use OpenGL for that https://www.opengl.org http:/... (by John87Connor)
|
by SubashJan
Parsing XMl file through Command line application
|
|
[3 replies] Last: Thank you so much for the ideas @integralfx and @Thomas1965.. :-) (by SubashJan)
|
arrays and pointers |
|
[5 replies] Last: Normally, when variables go out of scope, they are automatically destr... (by integralfx)
|
by wrightpt
How does this class use constructor that references blink without an include statement
|
|
[5 replies] Last: Where are namespaces defined in a program? Wherever the construct: ... (by cire)
|