by viliml
wxdev-c++ debug not working
|
|
[no replies]
|
by Lio
exit do while loop
|
|
[2 replies] Last: Thanks,I found my error (by Lio)
|
by atjm88
Maximum Number from 3 numbers?
|
|
[15 replies] Last: > I'm thinking specifically of the printf() function which is from C. ... (by JLBorges)
|
by ichigo917
Problem with pointers and function
|
|
[1 reply] : Gimenez Carlos, Contractor _Morning my friend. We want a building. G... (by ne555)
|
by Joyce Lim
Input output file
|
|
[3 replies] Last: I mean, i found the location to put the file where i can proceed on to... (by Joyce Lim)
|
by qwertyu1234
reading a datafile within a programme
|
|
[1 reply] : You could use the vector class which can hold strings as elements, but... (by CJC0117)
|
by redalert127
Else IF statements (1,2,3)
|
|
[41 replies] Last: only one thing more to ask how can i get deadlift to go in as 2 word... (by roberts)
|
by kw1991
how do you make a hashtable store records (1,2)
|
|
[22 replies] Last: solved (by kw1991)
|
by Dexterr
Error Building and Running
|
|
[9 replies] Last: @Framework: you are making look as it was a compiler extension. Both c... (by ne555)
|
by savan12986
Populate an array with new objects
|
|
[7 replies] Last: ok. thanks guys. I figured out my problem. I changed everything to ret... (by savan12986)
|
Using functions in a vector of classes. |
|
[5 replies] Last: >and in the loop I tried: for (int i = 0; i <= Player_Bullets_Vector.... (by JLBorges)
|
by yhangel
passing vector to another function
|
|
[4 replies] Last: The first one is wrong because your passing a vector, but the function... (by Stewbond)
|
by znerich
Sorting vectors of structs
|
|
[2 replies] Last: You can use standard algorithm std::sort declared in header file algo... (by vlad from moscow)
|
by dirtypeanut
math.h - xcode - cdf
|
|
[5 replies] Last: Okay one more. I've made it a little more c++ and optimized it a bit.... (by Stewbond)
|
by gelatine
fixing text to screen
|
|
[1 reply] : The console doesn't do this simply. You can do it by making your own ... (by Stewbond)
|
by atjm88
Inline function??
|
|
[9 replies] Last: const is never really necessary (unless some other const enforces it).... (by hamsterman)
|
by Guitars
How to reverse a number?
|
|
[9 replies] Last: Here I started off by findign the number of digits. I did this with: ... (by Stewbond)
|
by atjm88
5x and 6x??
|
|
[5 replies] Last: Thanks Texan...More understand now... Can I know why u r using print_... (by atjm88)
|
by yhangel
hide cin
|
|
[7 replies] Last: using the code above... what should i do to make my input be normal ag... (by yhangel)
|
by prestige
help me... I cant wok a bit. Question
|
|
[1 reply] : Elements of D1 are at , elements of D2 are at [size-i-1], where i g... (by hamsterman)
|