by sirkssim
Code Is skipping over parts when inputting.
|
|
[3 replies] Last: no problem :) (by rich1)
|
by Kalnuose
Timer in the game
|
|
[3 replies] Last: I think @Softrix thought you wanted to have a runtime during said game... (by PrivateRyan)
|
by h4ever
How to rotate image "safely"
|
|
[3 replies] Last: LowestOne, I have tried it without interp. but it looks the same like ... (by h4ever)
|
by sirkssim
Error says cannot convert from int to const fruitType
|
|
[4 replies] Last: Thank you, that didn't exactly fix it to run but i had to change some ... (by sirkssim)
|
by theanswer
Standard C - Strings
|
|
[4 replies] Last: strcat wants string as argument how do I cast char 'a' to string "a"? (by theanswer)
|
by Pmiccich1
API's and my struggle to understand them.
|
|
[17 replies] Last: Are you using Visual Studio? You might need to add additional dependen... (by closed account 2AoiNwbp)
|
Pointer to member of derived type |
|
[3 replies] Last: thanks (by closed account z0My6Up4)
|
by chofs
using isalpha fuction
|
|
[2 replies] Last: i got the code working here it is // string::size #include <iostre... (by chofs)
|
by JAI SINGH
conversion
|
|
[1 reply] : Use some XML library like tiny XML to read/write XML Develop code to p... (by codewalker)
|
by Darryl123
if (option ... 2) {
|
|
[2 replies] Last: Thank u! (by Darryl123)
|
Debbuger option question |
|
[4 replies] Last: step over does the same thing now... I'm so frustrated, code isn't run... (by incongruentbalance)
|
by uchi240
Help with two dimensional arrays
|
|
[5 replies] Last: hope the following code helps....its from a text file if you infile...... (by chofs)
|
by chofs
outputting number of alphabetical letters per line
|
|
[3 replies] Last: Perhaps you should show that "first thing" that you did. for ( auto w... (by keskiverto)
|
by jclouden
Finding the Average Rainfall
|
|
[2 replies] Last: try this...Its working;.............. #include <iostream> #include <i... (by alfredokang)
|
by akrikorian85
overloading operators
|
|
[1 reply] : I wouldn't have thought so. (by mutexe)
|
by NOMNOM
How to print commas with linked list elements?
|
|
[2 replies] Last: i supports fun2code answer (by alfredokang)
|
by arul94
Need some help with variables..
|
|
[1 reply] : here... choice is the input variable userinput() is the function aski... (by jyntpanwar)
|
by hunterx893
Weird error with vector
|
|
[4 replies] Last: This is my source file. #include <iostream> #include <string> #incl... (by hunterx893)
|
by Hiddencage
Problem with a linked list
|
|
[13 replies] Last: Super thanks a lot guys - thumbs up! (by Hiddencage)
|
Variable length input to char array? |
|
[4 replies] Last: ok im sorry if this is not what you were asking but here is a messed u... (by mxood)
|