by admin
Welcome -- read before posting!
|
|
[2 replies] Last: How To Answer Questions in a Helpful Way Be gentle. Problem-relat... (by admin)
|
by Zolaboony
Console Closing Down (1,2,3,4,5,6,7)
|
|
[120 replies] Last: It displayed "Hello world" after you pressed Enter. int c is a ... (by Duthomhas)
|
by M09
Memory limit
|
|
[2 replies] Last: The site where I found the problem shows you the memory and when I del... (by M09)
|
by Ch1156
Correct use of this pointer
|
|
[12 replies] Last: @Handy Andy So, just to be clear - do you understand why using post-i... (by MikeyBoy)
|
by Reiiign
structuring a game project
|
|
[4 replies] Last: oh, I see how that can work. So let's say the player object needs the... (by Reiiign)
|
by NerouN29
Single-link list
|
|
[4 replies] Last: > where is the mistake? ¿what are the symptoms? ¿compile error? ¿cr... (by ne555)
|
by markyrocks
Going a "bit" bananas!! HA
|
|
[4 replies] Last: > I had played with the vector bool and broke it bc the numbers I was ... (by JLBorges)
|
by Shervan360
Return pointer in Main function - C
|
|
[3 replies] Last: #include <stdio.h> #include <stdlib.h> void strstrX(const char* num... (by seeplus)
|
by siabapet
How to search sentence in cpp
|
|
[4 replies] Last: Hello siabapet, You should have compiled you code before posting it. ... (by Handy Andy)
|
by PK Dey
if (flag)
|
|
[7 replies] Last: the reverse it true as well, boolean expressions result in integer 0 ... (by jonnin)
|
Case Insensitive Palindrome |
|
[4 replies] Last: Hello WeebTriestoCode, After I posted and saw seeplys's responce I ... (by Handy Andy)
|
by poomrang
Avoid copying object in list initialization
|
|
[5 replies] Last: If you are intending to be able to move that point (for example, in a ... (by lastchance)
|
Averaging elements of a 2D vector in C++ |
|
[2 replies] Last: Hello dutch! it worked perfectly. I also test it with a 1024x1024 .tx... (by DanielDeChamps)
|
Anagram code not working when I put in on a switch statement |
|
[2 replies] Last: Yo! It works!!! Thanks dude... I am stuck in this problem for almost a... (by WeebTriestoCode)
|
by mmmaway
File handling assignment I can't even start coding
|
|
[7 replies] Last: you are correct, I missed: n = 0, 1,..., n so yes, its that simple lol... (by jonnin)
|
how to calculate the speed of a journey |
|
[7 replies] Last: As others have mentioned, you need to convert the hours/minutes values... (by dhayden)
|
by VoB
Explicit instantiation example for a templated function
|
|
[16 replies] Last: Thanks for the check ! (by VoB)
|
by Scorpia
C++: counting numbers
|
|
[7 replies] Last: #include <iostream> #include <cmath> #include <valarray> using namesp... (by lastchance)
|
questions to the Class II of the tutorial. |
|
[4 replies] Last: > but the link in your post cannot be accessed here. I guess you faile... (by salem c)
|
by nurnisa
class reservation program
|
|
[5 replies] Last: Hello nurnisa, After working on your program I have concluded that it... (by Handy Andy)
|