by Noob1337
Need help determining which C++ implementation to use...(learn)
|
|
[3 replies] Last: Another IDE which makes GUI design really easy is Qt. That is worth c... (by Stewbond)
|
by oonej
Cascading Member Functions (1,2)
|
|
[23 replies] Last: perhabs you dont have the keyword const before your Matrix object,... (by therockon7throw)
|
by Stewbond
Getting a list of filenames
|
|
[4 replies] Last: Cool it works. Thanks. This is now very clean: #include <vector> #... (by Stewbond)
|
by pagalbilal
use object as parameter
|
|
[3 replies] Last: // define a variable using Benefit in Employee Employee(string fir... (by closed account o1vk4iN6)
|
by garbates
Calendar.cpp
|
|
[4 replies] Last: As Vins3Xtreme notes above the following (from lines 18 and 19 of your... (by cire)
|
by pagalbilal
can't access public object inside a class
|
|
[3 replies] Last: Thanks you guyz. Your prompt help saved me a lot of time :) ...will ke... (by pagalbilal)
|
C++ standard & size of a template array |
|
[8 replies] Last: As you know, this only works with int arrays. Actually, that method... (by cire)
|
by rucafe
still can't get it..
|
|
[8 replies] Last: You are very likely clobbering memory you shouldn't be. The %s in th... (by cire)
|
by kcomp11
Problems?!
|
|
[2 replies] Last: Also your sum code wont work like you want it to. At the moment the s... (by Hippogriff)
|
by Stephanie93
Finding Three Dimensional Force Vector
|
|
[2 replies] Last: you can use structure: struct typeVector3D{ double x; double... (by Vins3Xtreme)
|
Simple Payroll Program |
|
[2 replies] Last: I think I managed to combine the loops just fine. Everything checked o... (by closed account 2NyT0pDG)
|
by dzimme2
Non-Ivalue in Assignment Error
|
|
[5 replies] Last: Got it. Thanks!! (by dzimme2)
|
by kcomp11
Palindromes
|
|
[4 replies] Last: Very helpful! Exactly what I was looking for! Thanks guys (by kcomp11)
|
by atjm88
Failed to load image
|
|
[1 reply] : I haven't done any programming in Visual C++, but at first look at the... (by hnefatl)
|
by thedeveloper
Can Someone please help???
|
|
[2 replies] Last: You might have better luck on a forum dedicated to Win32 coding. We're... (by Moschops)
|
by hopesfall
A sorted linked list
|
|
[3 replies] Last: Consider the list L is always sorted. Then when you want to insert a v... (by aquaz)
|
by alastairl
SDL Surface Array
|
|
[3 replies] Last: It's impossible to know where the problem is when we can't see the cod... (by Peter87)
|
Memory Leak issue in Visual Studio 2010 |
|
[4 replies] Last: I think that you should use a deleaker or similar debugger... (by Spiker)
|
by tercel
How to create a binary file with write()
|
|
[3 replies] Last: What exactly do you mean by a binary file? Why do you think you are n... (by mpauna)
|
by hopesfall
Why can't I access the length of my array? (1,2)
|
|
[21 replies] Last: you can apply dischs method to create a templatex function instaed. ... (by closed account o1vk4iN6)
|