Posts
 
Reputation
Joined
Last Seen
Ranked #722
Strength to Increase Rep
+2
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
2
Posts with Upvotes
1
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
2 Commented Posts
0 Endorsements
~2K People Reached
Favorite Forums
Favorite Tags
c x 13
Member Avatar for Liuhh00

Hey everyone, i am just wondering how do i convert a string to just lowercase so it isn't case sensitive without using the loop method; [CODE]for(i=0; str[i]; i++) str[i]= tolower(str[i]);[/CODE]

Member Avatar for deceptikon
0
64
Member Avatar for Liuhh00

Hey i am wondering if it is possible to have a switch statement in a function that is leading to another switch statement and another switch statement afterwards. Question. Write a program that will give the user the option to select a shape or a three dimensional object. The program …

Member Avatar for Liuhh00
0
1K
Member Avatar for Liuhh00

hey everyone on Daniweb, I'm liuhh00 in need of some dire suggestions for my program. I can't seem to solve why my program is not working right after i select my choice for case. The program is suppose to accept any 20 random integers, store them and allow the user …

Member Avatar for D33wakar
0
126
Member Avatar for Liuhh00

hey guys lol to be honest...i just got this based off of luck x.x idk how but i can't keep doing this with the rest of my programs lol this is a program for an asterick pattern any way i can improve it just by using for loops?please im open …

Member Avatar for timetraveller92
0
358
Member Avatar for Liuhh00

hey guys lol i spent 5 hrs thinking about building this asterick pattern and i am still getting troubled by the spacing for the 3rd pattern , anyone can help me to reduce 1 spacing so the 3rd pattern isn't out of place?XD [CODE]#include <stdio.h> int main() { int c,c_2,c_3,c_4,c_5,c_6,c_7,c_8; …

Member Avatar for Liuhh00
0
131