by ryan7136
Help with loop
|
|
[3 replies] Last: No reason to delete the thread, just mark it as solved. (by georgep)
|
by rarko
Tasks c + +
|
|
[1 reply] : Ha! (by Stewbond)
|
by jannisarry
can anyone help me to solve this problem?
|
|
[1 reply] : When I compile your code it tells me: 1>main.cpp(40): warning C4700:... (by cire)
|
by apeachaday
Problem with loop
|
|
[2 replies] Last: Thanks for your help! I've got it now. (by apeachaday)
|
by lmsmi1
Arrays ('z' not declared in this scope) Error
|
|
[6 replies] Last: In line 29, I believe you mean == rather than = . In all cases whe... (by cire)
|
by Aceix
Difference between to...
|
|
[6 replies] Last: > how do I pass the reference by an lvalue or an rvalue? Perhaps you ... (by JLBorges)
|
if, else if statements |
|
[14 replies] Last: Main module? Elaborate, please, i'm very new to this obviously... (by Terje Gundersen)
|
by abuikhlas
How to know the "calling function"
|
|
[2 replies] Last: A function can not know what code did call it. (by vlad from moscow)
|
by zero117
While loop output error.
|
|
[2 replies] Last: (I want to go hang myself right now) Need to relearn preschool style, ... (by zero117)
|
by Jibbian
My first 2D games (C++ and Allegro)
|
|
[5 replies] Last: Thanks for sharing this post. http://www.editableclips.com/ (by editableclips)
|
by EasyGoing
Storing words with blank space
|
|
[3 replies] Last: Thank you guys! I apologize for asking a question that is answered on ... (by EasyGoing)
|
by kaatizone
Game related
|
|
[1 reply] : That's just how they were made. And as far as I know, you can use Dire... (by DesiredNote)
|
by s123456
C_string program help assign whole string to address??
|
|
[1 reply] : You will probably have to first do a strcpy() into the address and the... (by ssrun)
|
by Yihawesome
If something is changed do this..
|
|
[5 replies] Last: Yeah thanks guys, that fixed it! (by Yihawesome)
|
by zigma9114
Defining value of square root
|
|
[2 replies] Last: http://en.cppreference.com/w/cpp/numeric/math/sqrt (by JLBorges)
|
by Pter0dactyl
Detail of read() and write()
|
|
[3 replies] Last: The important things to remember are: a. read() and write() funct... (by JLBorges)
|
by Pter0dactyl
Networking programming
|
|
[2 replies] Last: I'm just a beginner in such type of programs and i know nothing about ... (by Pter0dactyl)
|
Review code - dynamic memory arrays+writing to a file |
|
[1 reply] : The lines... int A ; /*arrays of size n?*/ int B ; int C ; ...... (by MrHutch)
|
by Matt Smith
Reading certain information from an MP3 file.
|
|
[no replies]
|
by rvelez3
circular array
|
|
[2 replies] Last: tntxnt's method works well. The trick with the circular buffer (being... (by Lowest0ne)
|