by brownjas
Need help with struct output using a loop!
|
|
[16 replies] Last: You're welcome - I'm glad it worked out. (by MikeyBoy)
|
by Aesthetics
while statement exercise help
|
|
[4 replies] Last: Thank you so much! Really helped me, C++ is a hard language, but I'm l... (by Aesthetics)
|
by Cronnoc
SFML 2.0 Collision not working
|
|
[10 replies] Last: Btw SFML provides contains() function for sf::Rect objects which can s... (by closed account 3qX21hU5)
|
by CroCo
Callback functions?
|
|
[no replies]
|
by Billy Kerr
Cout Issue
|
|
[1 reply] : I think the problem is that you're couting palindromes, which is a boo... (by tree)
|
by Billy Kerr
Trying to view contents of a file I'm opening
|
|
[3 replies] Last: Thanks guys! (by Billy Kerr)
|
by VincentOrfeo
Arabic Numerals to Roman Numerals
|
|
[1 reply] : Try printing a number of M's equal to divThousand instead of whatever ... (by Zhuge)
|
Creating Objects Dynamically |
|
[1 reply] : Use std::vector<> http://www.mochima.com/tutorials/vectors.html For... (by JLBorges)
|
by singhal2
take values from a text file and store them in a variable and use for later calculation
|
|
[3 replies] Last: The code you listed doesn't produce that output. If you group your va... (by vin)
|
by mathewfer
Socket programming Telnet code to connect to a host with userID & password
|
|
[no replies]
|
by VincentOrfeo
computer guessing a number
|
|
[2 replies] Last: Thanks for all the feedback! My friend did most of this program but I ... (by VincentOrfeo)
|
Help with linked list |
|
[6 replies] Last: thank you! that worked! (by closed account Dy7SLyTq)
|
by JasperBraun
Simple Explanation of HANDLE and Others
|
|
[2 replies] Last: That helped very much. Thank you. (by JasperBraun)
|
by thiskid
Dynamic Arrays (beginner level)
|
|
[9 replies] Last: I tried making num_pos and num_zeros a pointer but they still came up ... (by thiskid)
|
Error with String Constants |
|
[6 replies] Last: Duoas was refering to line 34, saying you should pass the sttring by r... (by Paoletti301)
|
by gettingatan
Arithemetic PROBLEMS
|
|
[1 reply] : So what i need help with is how to do the arithmetic operations on th... (by gettingatan)
|
by atrapier
Swap function to put string in alphabetical order
|
|
[4 replies] Last: I figured it out. If anyone has a question regarding on how to do this... (by atrapier)
|
by IADPCFEVER
How to work with node class???
|
|
[no replies]
|
by JasperBraun
A Button
|
|
[4 replies] Last: I'd look into a crossplatform windowing library. Google it, you might ... (by closed account N36fSL3A)
|
LPDIRECT3DDEVICE9->CreateDevice(...) is failing (1,2) |
|
[25 replies] Last: Yeah the window should just be completely plain, and the "Device Caps"... (by TheBeardedQuack)
|