props, I was looking for something like this......Statement on the Budget Proposal from the University of Florida, April 23, 2012 | UF | College of Engineering
A press release from UF on this
props, I was looking for something like this......Statement on the Budget Proposal from the University of Florida, April 23, 2012 | UF | College of Engineering
A press release from UF on this
#include <iostream>
using namespace std;
void main(){
int size=8;
char BSArray[size]={'B', 'U', 'L', 'L', 'S', 'H', 'I', 'T'};
for(int i=0; i<size-1;i++)
cout<<BSArray<<" ";
}
for what its worth
UF has phenomenal undergrad engineering programs
+ rep my dude...i was looking for this just because I wanted to hear the BS Fatlock was gonna spew and how Bissinger would shyt on anyone who would be against the argument....i heard a lot of CFB Mason Dixon writers screaming "bring that bs argument to the south" all week on podcast
#include <iostream>
using namespace std;
void main(){
int size=8;
char BSArray[size]={'B', 'U', 'L', 'L', 'S', 'H', 'I', 'T'};
for(int i=0; i<size-1;i++)
cout<<BSArray<<" ";
}
i dont get it
C++ we off that
public static void main(String[] args)
{
char[] array;
String florida= "bullshyt";
array= florida.toCharArray();
for(int i=0;i<array.length;i++)
{
System.out.println(array);
}
}
Droids and iPhonesJava b?
You trying to make little applets or something?
C++ is the don of all languages. Everything that matters is coded in it, with the exception of some apps or games coded in JS, Java or C#.
Droids and iPhones
Oh yeah that's right.Yeah, Android apps are written in Java, but iPhone apps are written in Objective-C.