by jalemm
new programmer, where am I going wrong in my program?
|
|
[1 reply] : You will need to declare your variables data type. For example: in... (by osgwsy)
|
by iNinjar
If else statement
|
|
[2 replies] Last: oh i see. i got it thx for your help (by iNinjar)
|
by opProgrammer
Control the object's movement
|
|
[1 reply] : So basically you need two velocity variables: float xVelocity; float... (by Scorpic)
|
by hopesfall
How to convert void pointer to int/double/string pointer?
|
|
[1 reply] : int *intPtr = (int *)key; (by Scorpic)
|
by pocode
piece of code: Decode urls in c++
|
|
[no replies]
|
Compiling boost libraries |
|
[3 replies] Last: dw, I was running /MT instead of /MD... or something like that. (by closed account 2NywAqkS)
|
by ET21
Help with a function
|
|
[8 replies] Last: I was able to fix all my other errors. But I could never find the getV... (by ET21)
|
by Skynet
Brainstorming word path
|
|
[6 replies] Last: You've got a tree, but each node holds only 1 letter. If you go from t... (by ne555)
|
by dekeenfrance
Iterator of list
|
|
[4 replies] Last: Thanks for the replies. I was writing a template to move iterator back... (by dekeenfrance)
|
by purvik
No operator ">" matches these operands
|
|
[1 reply] : StudentID is a string, not a number. Why is it a string if you want to... (by LB)
|
How to get amount of RAM available on the PC |
|
[3 replies] Last: agree with hanst99 #include <windows.h> #include <iostream> using n... (by joneele)
|
by dekeenfrance
Looking for efficient algorithm on list iterator
|
|
[8 replies] Last: Yes, this one is good by saving time of reallocate vector... (by dekeenfrance)
|
by Keith Wilcox
How to stop displaying the console?
|
|
[1 reply] : a simple way GUI app instead of console app Properties -> Configurati... (by joneele)
|
by barnsta
Float value problems
|
|
[4 replies] Last: That might not always work, even if they are the same. (by LB)
|
by SoapChicken
Check for key presses, always
|
|
[4 replies] Last: Actually, before doing that you'll really want to look into events. I'... (by hanst99)
|
by DarioP
extend threads life
|
|
[3 replies] Last: can I share the same cv between multiple threads? Yes; that's why " ... (by Cubbi)
|
by mshoppas
Programming Error
|
|
[2 replies] Last: AH HA! that makes sense; I have a mac and never used a debugger. Any t... (by mshoppas)
|
by reedman
I need help with this program.
|
|
[7 replies] Last: Well it should be expected. Operator>> takes values separated by white... (by MiiNiPaa)
|
by CalvinH
Linked list of a student database
|
|
[4 replies] Last: Do you understand recursion? See Recursive Procedures here: http://... (by AbstractionAnon)
|
by ovaltine99
Can anyone help me debug my program about File I/O and binary data bases
|
|
[3 replies] Last: I've been debugging my program for hours but cannot seem to see where... (by cire)
|