Trouble with code |
|
[no replies]
|
by nikgun1984
Card Game problem
|
|
[no replies]
|
switch error |
|
[2 replies] Last: Thanks. (by closed account D3R4216C)
|
by etrusks
very weird bit behaviour
|
|
[3 replies] Last: Thanks you guys very much, did not know about this :) (by etrusks)
|
by enesdl
Removing elements from vector
|
|
[1 reply] : for removing items from a vector review this -> http://www.cplusplus.c... (by DirtyDan)
|
by r 4 raja
Operator precedence in C++
|
|
[1 reply] : towards the bottom of the page -> http://www.cplusplus.com/doc/tutoria... (by DirtyDan)
|
by mimewear
problem with lubcurl curl_formadd data type
|
|
[2 replies] Last: Well spotted, coder777!! That worked perfectly! My final code looked a... (by mimewear)
|
by jjkrynock
Rounding up.
|
|
[1 reply] : http://www.cplusplus.com/reference/cmath/ceil/ (by AbstractionAnon)
|
by Sam786
Converting decimal, hexidecimal, octal
|
|
[2 replies] Last: Use std::hex, std::oct #include <iostream> int main() { //Take i... (by jedaiCoder)
|
by Kman
Can't find the source of unresolved external error.
|
|
[4 replies] Last: Does that have anything to do with the error I posted above? No, you ... (by coder777)
|
by muktar9
need your help
|
|
[3 replies] Last: This is not a homework site. We won't do your homework for you. Howeve... (by AbstractionAnon)
|
Fuel costs Loop Assignment assistance |
|
[4 replies] Last: You forgot to initialize a "totalFuel" variable. Currently all you ar... (by Lothcarn)
|
by npate211
Putting 100 random integers into an array and displaying the sum,average etc.
|
|
[1 reply] : it worked for me, although I had to add in a couple brackets... //... (by DirtyDan)
|
by Sam786
need help with an assignment
|
|
[4 replies] Last: @Sam786 Explaining to you how to best use this forum so that you get t... (by MikeyBoy)
|
by ZeroStart
Class template for stack in C++
|
|
[1 reply] : Your code looks good so far. The only comment i have is that you can ... (by dhayden)
|
by Amoun
Segmentation fault (core dumped)
|
|
[2 replies] Last: Now I'm sure the function is called once,the problem is not about rows... (by Amoun)
|
by kskell32
Writing a code to multiply a multidimensional array by 2
|
|
[4 replies] Last: @ OP, to give you an idea, look at line 39 - 52. /* "Write a program... (by chicofeo)
|
Trim method in vb.net |
|
[1 reply] : Please don't double post. I explained in the other thread. (by Thomas1965)
|
Nice Programme to find BINOMIAL COEFFICIENT |
|
[2 replies] Last: hmm.. ok, thanks here its done now.. i correct some of my coding mist... (by Nisal Priyanka)
|
by jjkrynock
Prompt skipped and error reading a file.
|
|
[3 replies] Last: Hi Josh, I also have to complete a Postal Barcode project and would li... (by ThroughThe6)
|