Flushing the previous input and prompting user to enter again in same string array. |
|
[2 replies] Last: Thanks! Was an easy tweak ! much appreciated. (by akshatmahajan3112)
|
by italo08
urgent program to to calculating
|
|
[1 reply] : People won't do your homework for you. Show what you've tried and what... (by H00G0)
|
by roro samuda
i need a bit of help in one of my codes.
|
|
[5 replies] Last: thanks you all are right here thanks for your support http://www.win... (by quickbook)
|
by INeedHelp1
I need help decrypting a game save.
|
|
[1 reply] : if you have the keys it should be simple. but you need the datatypes ... (by jonnin)
|
by Joe1903
Several questions
|
|
[3 replies] Last: You are returning a pointer to a local variable that doesn't exists ou... (by coder777)
|
by passiontrip
Warning: Variable ' ' is uninitialized when used here
|
|
[2 replies] Last: You have: breakage = length * 16 / 100; maxLength = breakage ... (by keskiverto)
|
by nearc
fstream
|
|
[1 reply] : How to write to a file? Just like you write to std::cout . See http:/... (by keskiverto)
|
by Ryoka117
fracSeries
|
|
[3 replies] Last: thanks guys, that did the trick (by Ryoka117)
|
by Trintolueen
Iterating over GetASyncKeystate function once
|
|
[2 replies] Last: If I use the function I psuedo coded above it will register 1 keypress... (by Trintolueen)
|
Help with Arrays |
|
[1 reply] : You have an array that has room for 1000 integers. The user enters N ... (by keskiverto)
|
by nearc
Need Help in Writing An Airport simulation
|
|
[1 reply] : Your function sig could look like this: void print_plane(const Airpla... (by Thomas1965)
|
by adam2016
pointers to an array of pointers crash?
|
|
[9 replies] Last: Maybe you're mixed up between "a" and 'a'. "a" is a char-pointer, po... (by adam2016)
|
by pjtaylor2011
What did I do wrong?
|
|
[10 replies] Last: stdafx is a visual studio / microsoft thing and it behaves oddly. It ... (by jonnin)
|
by FreeSocks
Deleting every second element from List
|
|
[4 replies] Last: Could also just copy desired elements over to a second container. One ... (by icy1)
|
by procppgram
Write a simple program...
|
|
[5 replies] Last: Actually it isnt simple. It is tricky to not show what is typed on th... (by jonnin)
|
by RslWlsn3
convert array to vector
|
|
[5 replies] Last: Thanks guys, that would have taken me a long time figure out! Good ca... (by RslWlsn3)
|
by impoppy
why is my global variable not updating?
|
|
[2 replies] Last: thank you very much sir. (by impoppy)
|
by Simmy2512
Array
|
|
[14 replies] Last: Thanks guys! Much appreciated. (by Simmy2512)
|
by cwn
class array exception
|
|
[4 replies] Last: Since an index of size is also out-of-bounds, it should be if (index... (by tpb)
|
by baharan
remainder(x,y) returns a negetive number
|
|
[3 replies] Last: fmod() is % for doubles, sort of. You REALLY need to review what that... (by jonnin)
|