by sam1212
Write a c++ program that computes salary?
|
|
[4 replies] Last: You think you can write this program in the correct way so I can see w... (by sam1212)
|
by DJLad16
C++ & Java - anything in common?
|
|
[1 reply] : The Java syntax was based on C++/C. (by BlackSheep)
|
by Alx101
GLSL Linker errors
|
|
[3 replies] Last: Thanks for the reply, i actually just copied those shaders over from a... (by Alx101)
|
by brandonator
vector
|
|
[8 replies] Last: @Andy, vec1 in your code is a local one. And it is "invalid" or pop... (by Aceix)
|
by kcbrown1
Convert and Display User Inputted Number to Octal and Hexadecimal
|
|
[1 reply] : cout provides flags to set this. See here: http://answers.yahoo.com/... (by pogrady)
|
by jumper007
This is a "personal project".
|
|
[8 replies] Last: Thank you. I really appreciate all of your help. (by jumper007)
|
by Synthesizer
program crashes when I try to access a vector, please help
|
|
[5 replies] Last: if your compiler supports the auto keyword. That is to say, the lat... (by Catfish2)
|
by Gaminic
Inconsistent calculation results.
|
|
[3 replies] Last: All the checks I can think of report no problems. As far as I can tell... (by Gaminic)
|
by Diblaliciouz
simple question and make program that does a t considering the number
|
|
[2 replies] Last: If variable j is defined as you showed int j = 8; then in this case ... (by vlad from moscow)
|
int[5,5,5,5] |
|
[6 replies] Last: Also see the "Comma operator ( , )" section of Operators http://www.c... (by andywestken)
|
by RaineShadow
Binary Search Tree Manipulation
|
|
[3 replies] Last: Sorry I just tried it. Thank you again :D (by RaineShadow)
|
The Axe Problem |
|
[8 replies] Last: The user enters an integer and the triangles become that big. The axe ... (by TheGamingPryde)
|
by DreamCore
Reading/Writing to file issue
|
|
[6 replies] Last: just a typo when I posted, there is just one parameter. (by DreamCore)
|
by amphoterik
Working with bits
|
|
[3 replies] Last: I do have a follow up question. How do I test for equality of a partic... (by amphoterik)
|
by a91af12
Help with using getline function
|
|
[6 replies] Last: Remove the semi-colons in lines 17 and 19. For additional detail, see... (by doug4)
|
by ylxin1993
resize dynamic memory problem
|
|
[2 replies] Last: but if my FloatArray object have some values ,when I use the resize fu... (by ylxin1993)
|
Problem with typedef |
|
[2 replies] Last: const OpcUa_StringA === OpcUa_CharA* const =\= const OpcUa_CharA* ... (by ne555)
|
by Reaper1
batting average
|
|
[2 replies] Last: Thank you vlad, i tried every other way i could think of even came clo... (by Reaper1)
|
by Stone1
Help with a simple program
|
|
[15 replies] Last: I'm truing to multiply the even numbers from 10 to 50.For example 10*1... (by Stone1)
|
by afsar92
Painting Software using C++
|
|
[3 replies] Last: Using the windows API directly is a pain, especially for a novice. Loo... (by Moschops)
|