by regnar86
Help!! Input Resistor Value to Determine Resistors Band Colors
|
|
[3 replies] Last: Oh, I thought you said that you needed to use classes in your original... (by Stewbond)
|
by Banshee1
Program that finds the smallest integer
|
|
[1 reply] : It's a very easy question. Take as input two integers, and then confro... (by luigibana96)
|
by Felicia123
linked list
|
|
[3 replies] Last: If the condition in line 14 evaluates to true, then lines 15 through 2... (by cire)
|
by cyril98
2d sandbox need some guidance
|
|
[2 replies] Last: i only want what im doing wrong and either the corrected code or how ... (by cire)
|
by Josh Henry
tic tac toe game
|
|
[no replies]
|
by snailtier
Issues with if loop and strcmp function
|
|
[5 replies] Last: Something like this #include <stdio.h> #include <stdlib.h> #include ... (by Yanson)
|
by snailtier
How to create a temp in a 2D Array sort
|
|
[1 reply] : I managed to solve the problem on my own! Here is the solution for any... (by snailtier)
|
by Anmol444
Why cant this happen?
|
|
[2 replies] Last: @ Anmol444: maybe you could try the void pointer void* if you want a... (by Catfish3)
|
by Riley
Problems assigning value to item in Struct
|
|
[1 reply] : Here is a sample of the first few lines in the VehicleTrajectory.txt f... (by Riley)
|
by apa125
Converting string to int without atoi and stringstream
|
|
[3 replies] Last: http://www.asciitable.com/ use ascii but don't see why you would reinv... (by closed account 3qX21hU5)
|
by polygone
[SOLVED] Segfault (pol1)
|
|
[1 reply] : Nevermind I solved it. I needed to use: newroomdata = new enigma::ro... (by polygone)
|
by aMo38
Convert String into integer
|
|
[1 reply] : try this: Your first problem is that you are using if (a = 'A')] ... (by Stewbond)
|
by snailtier
Issues with Printing Array
|
|
[3 replies] Last: You're very welcome (by Stewbond)
|
by Anmol444
Why use this?
|
|
[3 replies] Last: Well, apart from the fact that my previous post may be completely, 100... (by Catfish3)
|
by devilstar
finding location of array
|
|
[5 replies] Last: Yeap its a school assignment but theres no limits. Structs/OO is the ... (by devilstar)
|
by quest2learn
comparing elements of an array
|
|
[10 replies] Last: Not quite sure on how to do that. Sorry (by Anmol444)
|
program in C "the variable 'i's being used without being initialized |
|
[1 reply] : You can use the int representations of char to add to sum. In the code... (by closed account 18hRX9L8)
|
by swazzy
guess_my_number
|
|
[2 replies] Last: Well you have to sort out an algorithm!!! The most fair thing to do is... (by luigibana96)
|
by ctdss
Looping Question
|
|
[8 replies] Last: Thank you again for the help. (by ctdss)
|
by StickyCube
tic tac toe game
|
|
[5 replies] Last: No problem! I wanted to let you know that I will use a similar progra... (by Anthony Hernandez)
|