by Naulee
Pointers and reading in .txt file
|
|
[2 replies] Last: Okay it worked out! Thank you for your help! (by Naulee)
|
by spring2014
Would you please check if this code is logically correct?
|
|
[4 replies] Last: Thanks a lot. I applied your comments. (by spring2014)
|
by odi1496
Would You Add Descending Sortation This Program?
|
|
[1 reply] : Read this: http://www.programmingsimplified.com/c/source-code/c-progr... (by coder777)
|
Bitwise Operators logic tables |
|
[2 replies] Last: To figure the answer to bitwise operations by hand, you have to conver... (by dhayden)
|
by davez
formatting output
|
|
[1 reply] : http://www.cplusplus.com/forum/beginner/144446/ (by rafae11)
|
by filmradical
Assistance in Interpreting Instructions
|
|
[2 replies] Last: START A LOOP #1 Prompt the user to enter the first number (load ... (by closed account 48T7M4Gy)
|
by manutd636
Blackjack Program hit() function
|
|
[4 replies] Last: Ya that's it. I created another variable to be set to true if "s" or "... (by manutd636)
|
by Duckface
Having trouble installing SDL
|
|
[13 replies] Last: Hey ahcfan, sorry I haven't replied in a long time. I took a break fro... (by Duckface)
|
by iszitreal
Beginner C++ student. ERROR LNK2019 1120 HELP
|
|
[2 replies] Last: you haven't initialized newpopA and newpopB. i would suggest put curly... (by rafae11)
|
by zdzero
conversion from 'int' to PBYTE/'PWORD/etc' of greater size
|
|
[1 reply] : If you are using C++11 (and you should), add ll to the end of litera... (by MiiNiPaa)
|
by DaGoblin
wierd == operator usage
|
|
[9 replies] Last: cv::Mat * pB; (* pA) = ( (* pB) == C ); pB is a pointer. *pB is the ... (by keskiverto)
|
by lolikilu14
Efficency of my user pass prgram
|
|
[1 reply] : increase efficiency? you may write like this in main function ... (by z6123321)
|
by chaibao
help for answer for several question
|
|
[no replies]
|
by jdmic
Still getting confused with pointers...
|
|
[1 reply] : It's an array of WCHAR as you said so the parameter of the function sh... (by billyb29)
|
by JayJay007
Help writing this program
|
|
[9 replies] Last: I'll try that thanks (by JayJay007)
|
by Jon15
Pass by Reference
|
|
[4 replies] Last: Thank you, it works like a charm. (by Jon15)
|
by kogamint
HELP
|
|
[5 replies] Last: ty everyone (by kogamint)
|
Circular dependency- Incompatible type question |
|
[7 replies] Last: A practical solution to this problem is to create an alternative head... (by procastination)
|
by jynx678
Infix to Postfix
|
|
[no replies]
|
by iszitreal
Can you check what's wrong with my code? HELP
|
|
[1 reply] : You need to swap line 31 and 30 and line 34 and 33 You are using a v... (by coltehrman)
|