by Kieth89
Should I never use goto?
|
|
[5 replies] Last: Just don't use it. Act like you've never heard of it. (by shadowvillian)
|
by KillerkoUK
Basic Input/Output - cin and strings problem
|
|
[11 replies] Last: i coudnt get the wink to work either. in debug it skips past it and as... (by acorn)
|
by Ihtisham
Assignment
|
|
[3 replies] Last: The code looks ok by just scanning it over. Did it compile? If so, pu... (by pwnedu46)
|
by Recon12
Reading from a text file(strings and numbers)
|
|
[6 replies] Last: wolfgangs code works perfect for me. i am using codeblocks on windows ... (by acorn)
|
by Cosmopolite
I can't write the line equation y=m*x+b
|
|
[7 replies] Last: #include <stdio.h> int main() {float y1, y2, m, x1, x2, b; char x... (by cjbeezy)
|
Selecting random words for Hangman? |
|
[10 replies] Last: It's the getline from the string header. temp was meant to be a std::s... (by wolfgang)
|
i cant see everything in my console window |
|
[3 replies] Last: If you just care about visualization, you could try pipe or redirect t... (by ne555)
|
by Alex cpp
Game in c++
|
|
[7 replies] Last: I've managed to make it, it's really cool i like it very much. :) (by Alex cpp)
|
strtok() usage |
|
[2 replies] Last: then how to count the words in this string ? (by theimmortalbg)
|
strtok() in array |
|
[4 replies] Last: either -tokenize the string like you do -allocate an array -use my ... (by hamsterman)
|
by Zeikko
C++ vs C# for game programming
|
|
[4 replies] Last: if ya dont mind the move a country away i know DICE is based in stockh... (by rjd82AA)
|
by dohxx004
Vector template
|
|
[2 replies] Last: Thanks! (by dohxx004)
|
by pe4enki
switch
|
|
[4 replies] Last: i didnt read all your code but instead of checking for both upper and ... (by acorn)
|
Calloc( ). |
|
[2 replies] Last: All right then, I won't use it anymore. Thanks Disch. (by closed account zb0S216C)
|
Broken if else statement |
|
[8 replies] Last: Alright I went ahead and did this: double s_amount = 0.0, inte... (by jesterfanatic)
|
by hobbycoder
Question on dynamic memory allocation
|
|
[6 replies] Last: Final note...In the build options I was indeed able to select the stri... (by hobbycoder)
|
Passing an Array Safely |
|
[5 replies] Last: There's no need for boost. Check your implementation for std::array or... (by filipe)
|
by acorn
vector of vectors again. attempt #2
|
|
[5 replies] Last: vector::at returns a reference to the object contained ( exactly as op... (by Bazzy)
|
by Helegurbann
Struct problem
|
|
[7 replies] Last: I passed my all blocks.And i found a func. My codes end affair: #in... (by Helegurbann)
|
by GulHK
vector find error
|
|
[5 replies] Last: Then that's your problem, because std::find() relies on it to compare ... (by filipe)
|