Classes Query |
|
[8 replies] Last: So much for, "Programmer knows best" hehehe. Thank you both. (by closed account 3CXz8vqX)
|
Struct/Classes/Type syntax colour |
|
[no replies]
|
by elmurp
Problem with pointers
|
|
[2 replies] Last: When I change the 2nd argument to birdlist, the array of structs i am ... (by elmurp)
|
by Sobe
Quick question about vectors
|
|
[2 replies] Last: Oh, thanks for the help! (by Sobe)
|
Need help Building and running this |
|
[8 replies] Last: ok... by recreating the project AND the file the problem is now solved... (by Jonas Wingren)
|
by xcindiix
while arrays problem
|
|
[5 replies] Last: Well, you can check how many words there are and you know that the las... (by LB)
|
by xcindiix
Multiple words from file into one string - structures
|
|
[1 reply] : You would have to find a different way to tell apart different informa... (by LB)
|
by M159LE
.dat file!
|
|
[6 replies] Last: Are you ever going to do math on the voter's ID? Probably not. Use a s... (by booradley60)
|
by xcindiix
from while loop to for loop -strings
|
|
[7 replies] Last: Thank you :) (by xcindiix)
|
by IdivideBy0
Help sorting array of objects
|
|
[2 replies] Last: I have modded the code above to use this bubble sort code. It makes it... (by IdivideBy0)
|
Pancake Exercise Tip |
|
[no replies]
|
by Granzon
Searching for string in structure array
|
|
[1 reply] : for (i = 0; i < NUM_PLAYER; i++) { int getNames = player .lname.fin... (by HoneyBoy)
|
by caveman127
C-Type String Losing Data
|
|
[2 replies] Last: I must have checked for that a thousand times...no sleep makes me fail... (by caveman127)
|
by joesphroth
Arrays in fuction not calculating division
|
|
[2 replies] Last: Thanks! (by joesphroth)
|
by glrader
having trouble with functions
|
|
[11 replies] Last: thanks for your help i got with a friend and this is what we came up w... (by glrader)
|
by l e s l i e
getline loop
|
|
[2 replies] Last: What does the input data file look like please. Sample data would be u... (by Chervil)
|
by CosminNTG
How can I reposition the pointer of a file to a new line?
|
|
[1 reply] : for(int i=1; i<=10; i++) Array indexing starts from 0. (by fg109)
|
by caveman127
Reading Input from Text File into Ctype String containing Whitespace
|
|
[2 replies] Last: Thank you so much! :) (by caveman127)
|
by rjryan94
Nested Loop
|
|
[9 replies] Last: writeonsharma's solution is about the best you're going to get. We're ... (by closed account 3CXz8vqX)
|
by Alban Gashi
Simple Game Programming
|
|
[1 reply] : Try running this tutorial http://www.cprogramming.com/tutorial/game_pr... (by Stewbond)
|